[21618] trunk/dports/gnome/evolution-data-server/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Jan 30 17:42:40 PST 2007


Revision: 21618
          http://trac.macosforge.org/projects/macports/changeset/21618
Author:   landonf at macports.org
Date:     2007-01-30 17:42:39 -0800 (Tue, 30 Jan 2007)

Log Message:
-----------
Finally, finally, fix evolution-data-server's build on intel macs.
Setting MACOSX_DEPLOYMENT_TARGET to 10.3 will ensure that libtool/auto/blah will not use an unsupported combination of linker flags.

Modified Paths:
--------------
    trunk/dports/gnome/evolution-data-server/Portfile

Modified: trunk/dports/gnome/evolution-data-server/Portfile
===================================================================
--- trunk/dports/gnome/evolution-data-server/Portfile	2007-01-30 20:30:44 UTC (rev 21617)
+++ trunk/dports/gnome/evolution-data-server/Portfile	2007-01-31 01:42:39 UTC (rev 21618)
@@ -24,4 +24,5 @@
 configure.args	--mandir=${prefix}/share/man --enable-static \
 		--disable-nss \
 		--disable-smime
-configure.env   CPPFLAGS="-I${prefix}/include -L${prefix}/lib" 
+configure.env   CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
+                MACOSX_DEPLOYMENT_TARGET="10.3"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070130/3809a0f8/attachment.html


More information about the macports-changes mailing list