On Oct 12, 2007, at 08:27, [EMAIL PROTECTED] wrote:

Revision: 29852
          http://trac.macosforge.org/projects/macports/changeset/29852
Author:   [EMAIL PROTECTED]
Date:     2007-10-12 06:27:47 -0700 (Fri, 12 Oct 2007)

Log Message:
-----------
append flags instead of replace them...

Modified Paths:
--------------
    trunk/dports/x11/xfe/Portfile

Modified: trunk/dports/x11/xfe/Portfile
===================================================================
--- trunk/dports/x11/xfe/Portfile       2007-10-12 10:43:45 UTC (rev 29851)
+++ trunk/dports/x11/xfe/Portfile       2007-10-12 13:27:47 UTC (rev 29852)
@@ -24,8 +24,8 @@
 depends_lib            lib:libFOX-1.6:fox lib:libpng:libpng port:freetype

 configure.args         --with-included-gettext --enable-release
-configure.cppflags     -I${prefix}/include/freetype2
-configure.ldflags      -L/usr/X11R6/lib
+configure.cppflags-append      -I${prefix}/include/freetype2
+configure.ldflags-append       -L/usr/X11R6/lib
 configure.env          LIBS="-lX11 -lXft"
 post-configure         {
                                reinplace "s;/usr/local/share;${prefix}/share;" 
\

By the way, wouldn't it be a good idea to use ${x11prefix} here instead of hardcoding /usr/X11R6?


_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to