[24777] trunk/dports/gnome/vte/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu May 3 14:22:52 PDT 2007


Revision: 24777
          http://trac.macosforge.org/projects/macports/changeset/24777
Author:   rhwood at macports.org
Date:     2007-05-03 14:22:51 -0700 (Thu, 03 May 2007)

Log Message:
-----------
Clean configuration settings per ticket:11664; remove Mac OS X 10.2 support

Modified Paths:
--------------
    trunk/dports/gnome/vte/Portfile

Modified: trunk/dports/gnome/vte/Portfile
===================================================================
--- trunk/dports/gnome/vte/Portfile	2007-05-03 21:13:09 UTC (rev 24776)
+++ trunk/dports/gnome/vte/Portfile	2007-05-03 21:22:51 UTC (rev 24777)
@@ -23,12 +23,10 @@
 		--disable-freetypetest \
 		--with-ft-include-prefix=${prefix}/include/freetype2 \
 		--enable-python
-configure.env   CPPFLAGS="-I${prefix}/include -I${prefix}/include/freetype2" \
-		CFLAGS="-fstrict-aliasing -funroll-loops" \
-		GMSGFMT=${prefix}/bin/msgfmt
+configure.env   GMSGFMT=${prefix}/bin/msgfmt
+configure.cppflags-append -I${prefix}/include/freetype2
+configure.cflags-append -fstrict-aliasing -funroll-loops
 
-platform darwin 6 {    configure.env-append \
-                       CPPFLAGS="\$CPPFLAGS -D_WCHAR_T" }
 variant without_python {
 	depends_lib-delete		port:py-gtk2
 	configure.args-delete	--enable-python

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070503/124dd403/attachment.html


More information about the macports-changes mailing list