[119199] trunk/dports/graphics/freeimage/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sat Apr 19 21:03:10 PDT 2014


Revision: 119199
          https://trac.macports.org/changeset/119199
Author:   mcalhoun at macports.org
Date:     2014-04-19 21:03:10 -0700 (Sat, 19 Apr 2014)
Log Message:
-----------
Delete -Os in one place instead of two.
No revision bump necessary.

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

Modified: trunk/dports/graphics/freeimage/Portfile
===================================================================
--- trunk/dports/graphics/freeimage/Portfile	2014-04-20 03:59:34 UTC (rev 119198)
+++ trunk/dports/graphics/freeimage/Portfile	2014-04-20 04:03:10 UTC (rev 119199)
@@ -65,9 +65,8 @@
 #configure.ccache    no
 #configure.distcc    no
 
-# FreeImage uses -O3
-configure.cflags-delete   -Os
-configure.cxxflags-delete -Os
+# FreeImage uses -O3, which is set in the Makefiles
+configure.optflags-delete -Os
 
 variant universal {}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140419/04d56a1f/attachment.html>


More information about the macports-changes mailing list