Add FIXME.
[libsub.git] / cscript
diff --git a/cscript b/cscript
index 369b28e8141665721bc2a81832b6fbea4472789a..f61d2d05cd19e6b70d881f63b62eed342ddb8822 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', 'f1f6fd9'))
+    return (('asdcplib-cth', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.15'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory
@@ -10,7 +10,7 @@ def build(target, options):
         if target.distro == 'centos':
             cmd += ' --disable-tests'
             if target.version == '7':
-               # Centos 7 ships with glibmm 2.50.0 which requires C++11
+                # Centos 7 ships with glibmm 2.50.0 which requires C++11
                 # but its compiler (gcc 4.8.5) defaults to C++97.  Go figure.
                 # I worry that this will cause ABI problems but I don't have
                 # a better solution.