[56752] trunk/dports/graphics/optipng/Portfile

vinc17 at macports.org vinc17 at macports.org
Tue Sep 1 17:26:55 PDT 2009


Revision: 56752
          http://trac.macports.org/changeset/56752
Author:   vinc17 at macports.org
Date:     2009-09-01 17:26:55 -0700 (Tue, 01 Sep 2009)
Log Message:
-----------
optipng: workaround for problem with MacPorts 1.8.0, which adds
the --disable-dependency-tracking configure option with the
universal variant, even though this option is not standard:
  http://www.gnu.org/prep/standards/standards.html#Configuration
Closes #21002.

Modified Paths:
--------------
    trunk/dports/graphics/optipng/Portfile

Modified: trunk/dports/graphics/optipng/Portfile
===================================================================
--- trunk/dports/graphics/optipng/Portfile	2009-09-02 00:25:22 UTC (rev 56751)
+++ trunk/dports/graphics/optipng/Portfile	2009-09-02 00:26:55 UTC (rev 56752)
@@ -33,6 +33,12 @@
 # Avoid --prefix option (not supported by OptiPNG's configure script).
 configure.pre_args
 
+# Workaround for problem with MacPorts 1.8.0, which adds the
+# --disable-dependency-tracking configure option with the
+# universal variant, even though this option is not standard:
+#   http://www.gnu.org/prep/standards/standards.html#Configuration
+configure.universal_args
+
 build.cmd       ${prefix}/bin/gmake
 
 destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090901/a56cd44b/attachment.html>


More information about the macports-changes mailing list