[46993] trunk/dports/x11/xorg-liblbxutil/Portfile

jmr at macports.org jmr at macports.org
Thu Feb 19 05:00:02 PST 2009


Revision: 46993
          http://trac.macports.org/changeset/46993
Author:   jmr at macports.org
Date:     2009-02-19 05:00:02 -0800 (Thu, 19 Feb 2009)
Log Message:
-----------
xorg-liblbxutil: switch from "-flat_namespace -undefined warning" to "-undefined dynamic_lookup" on the basis that it seems to work and bbyer can't think of a reason why it needs to be the old way

Modified Paths:
--------------
    trunk/dports/x11/xorg-liblbxutil/Portfile

Modified: trunk/dports/x11/xorg-liblbxutil/Portfile
===================================================================
--- trunk/dports/x11/xorg-liblbxutil/Portfile	2009-02-19 12:55:42 UTC (rev 46992)
+++ trunk/dports/x11/xorg-liblbxutil/Portfile	2009-02-19 13:00:02 UTC (rev 46993)
@@ -30,7 +30,7 @@
 
 depends_lib	port:zlib
 
-configure.cflags-append -Wl,-flat_namespace -Wl,-undefined,warning
+configure.cflags-append -Wl,-undefined,dynamic_lookup
 
 use_autoreconf yes
 autoreconf.args -fvi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090219/17721227/attachment-0001.html>


More information about the macports-changes mailing list