[112290] trunk/dports/games/alienarena/Portfile
ryandesign at macports.org
ryandesign at macports.org
Wed Oct 16 18:54:30 PDT 2013
Revision: 112290
https://trac.macports.org/changeset/112290
Author: ryandesign at macports.org
Date: 2013-10-16 18:54:30 -0700 (Wed, 16 Oct 2013)
Log Message:
-----------
alienarena: enable building on Leopard which now succeeds
Modified Paths:
--------------
trunk/dports/games/alienarena/Portfile
Modified: trunk/dports/games/alienarena/Portfile
===================================================================
--- trunk/dports/games/alienarena/Portfile 2013-10-17 00:57:07 UTC (rev 112289)
+++ trunk/dports/games/alienarena/Portfile 2013-10-17 01:54:30 UTC (rev 112290)
@@ -43,11 +43,8 @@
# ld: common symbols not allowed with MH_DYLIB output format with the -multi_module option
# The usual advice is to use -fno-common (e.g. http://gcc.gnu.org/ml/gcc/2005-06/msg00378.html)
# but this leads to several "multiple definitions of symbol" errors.
- # 10.5.8:
- # In file included from client/snd_openal.c:37:
- # client/qal.h:108: error: syntax error before 'pqalcCreateContext'
- if {${os.major} < 10} {
- ui_error "Alien Arena requires Mac OS X 10.6 or greater at the moment."
+ if {${os.major} < 9} {
+ ui_error "Alien Arena requires Mac OS X 10.5 or greater at the moment."
return -code error "incompatible Mac OS X version"
}
}
@@ -109,11 +106,6 @@
use_autoreconf yes
- # 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
-
# Prevent finding an installed version of ode which would cause a build error.
configure.cppflags-delete -I${prefix}/include
configure.cppflags-append -isystem${prefix}/include
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131016/a5a5be26/attachment.html>
More information about the macports-changes
mailing list