[71211] trunk/dports/games/alienarena/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sat Sep 4 08:29:01 PDT 2010
Revision: 71211
http://trac.macports.org/changeset/71211
Author: ryandesign at macports.org
Date: 2010-09-04 08:28:57 -0700 (Sat, 04 Sep 2010)
Log Message:
-----------
alienarena: add -DAL_NO_PROTOTYPES to CFLAGS to fix a compile issue on Leopard/Tiger (but others remain)
Modified Paths:
--------------
trunk/dports/games/alienarena/Portfile
Modified: trunk/dports/games/alienarena/Portfile
===================================================================
--- trunk/dports/games/alienarena/Portfile 2010-09-04 14:39:54 UTC (rev 71210)
+++ trunk/dports/games/alienarena/Portfile 2010-09-04 15:28:57 UTC (rev 71211)
@@ -59,6 +59,11 @@
use_configure no
+# On Leopard and presumably Tiger:
+# In file included from client/snd_openal.c:37:
+# client/qal.h:34: error: syntax error before 'pqalEnable'
+configure.cflags-append -DAL_NO_PROTOTYPES
+
platform darwin {
patchfiles-append patch-Makefile.diff \
patch-client-qal.h.diff \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100904/92255bc3/attachment-0001.html>
More information about the macports-changes
mailing list