[100462] trunk/dports/games/xqf/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Wed Dec 12 15:29:20 PST 2012


Revision: 100462
          https://trac.macports.org/changeset/100462
Author:   macsforever2000 at macports.org
Date:     2012-12-12 15:29:20 -0800 (Wed, 12 Dec 2012)
Log Message:
-----------
xqf: Build fix. (#37282)

Modified Paths:
--------------
    trunk/dports/games/xqf/Portfile

Modified: trunk/dports/games/xqf/Portfile
===================================================================
--- trunk/dports/games/xqf/Portfile	2012-12-12 23:26:50 UTC (rev 100461)
+++ trunk/dports/games/xqf/Portfile	2012-12-12 23:29:20 UTC (rev 100462)
@@ -1,13 +1,16 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup       active_variants 1.1
 
 name            xqf
 version         1.0.5
-revision        1
+revision        2
 categories      games
 platforms       darwin
 maintainers     nomaintainer
+license         GPL-2+
+
 homepage        http://www.linuxgames.com/xqf/
 description     GTK+ Front-end to Qstat
 
@@ -42,6 +45,9 @@
                     --enable-externalrcon \
                     --disable-geoip
 
+# Undefined symbols: "_get_debug_level"
+configure.cflags-append -std=gnu89
+
 post-destroot {     file mkdir ${destroot}${prefix}/share/doc/${name}
                     xinstall -m 644 -v -W ${worksrcpath} \
                     AUTHORS BUGS COPYING NEWS README TODO \
@@ -51,7 +57,8 @@
                     }
 
 variant gtk2 description {Use GTK2} {       depends_lib-delete  port:gtk1 port:gdk-pixbuf
-                    depends_lib-append  port:gtk2
+                    depends_lib-append  port:gtk2 port:gdk-pixbuf2
+                    require_active_variants gdk-pixbuf2 x11
                     configure.args-append   --enable-gtk2
                     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121212/6b51e58c/attachment.html>


More information about the macports-changes mailing list