[33055] trunk/dports/x11/fox/Portfile

afb at macports.org afb at macports.org
Thu Jan 17 00:14:37 PST 2008


Revision: 33055
          http://trac.macosforge.org/projects/macports/changeset/33055
Author:   afb at macports.org
Date:     2008-01-17 00:14:35 -0800 (Thu, 17 Jan 2008)

Log Message:
-----------
fix +universal configure (#13638)

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

Modified: trunk/dports/x11/fox/Portfile
===================================================================
--- trunk/dports/x11/fox/Portfile	2008-01-17 07:25:17 UTC (rev 33054)
+++ trunk/dports/x11/fox/Portfile	2008-01-17 08:14:35 UTC (rev 33055)
@@ -4,6 +4,7 @@
 
 name                fox
 version             1.6.31
+revision            1
 description         The FOX GUI toolkit
 long_description    FOX is a C++ based Toolkit for developing Graphical \
                     User Interfaces easily and effectively.
@@ -24,9 +25,8 @@
                     port:Xft2 \
                     lib:libX11.6:XFree86
 configure.cppflags-append	"-I${x11prefix}/include"
+platform darwin 9 {
 configure.ldflags-append	"-dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib"
+}
 configure.pre_args  --prefix=${prefix} --mandir=${prefix}/share/man
 configure.args      --with-x --with-xft --with-opengl --enable-cups
-if {[variant_isset universal]} {
-    configure.cxxflags-append	"-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc"
-}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080117/9f14c116/attachment.html


More information about the macports-changes mailing list