[71150] trunk/dports/games/alienarena
ryandesign at macports.org
ryandesign at macports.org
Thu Sep 2 09:21:29 PDT 2010
Revision: 71150
http://trac.macports.org/changeset/71150
Author: ryandesign at macports.org
Date: 2010-09-02 09:21:28 -0700 (Thu, 02 Sep 2010)
Log Message:
-----------
alienarena: fix game.dylib's install_name, just for fun
Modified Paths:
--------------
trunk/dports/games/alienarena/Portfile
trunk/dports/games/alienarena/files/patch-Makefile.diff
Modified: trunk/dports/games/alienarena/Portfile
===================================================================
--- trunk/dports/games/alienarena/Portfile 2010-09-02 16:11:22 UTC (rev 71149)
+++ trunk/dports/games/alienarena/Portfile 2010-09-02 16:21:28 UTC (rev 71150)
@@ -6,6 +6,7 @@
name alienarena
# Keep version in sync between alienarena and alienarena-data.
version 7.45-20100726
+revision 1
set version_number [lindex [split ${version} -] 0]
set version_date [lindex [split ${version} -] 1]
categories games
Modified: trunk/dports/games/alienarena/files/patch-Makefile.diff
===================================================================
--- trunk/dports/games/alienarena/files/patch-Makefile.diff 2010-09-02 16:11:22 UTC (rev 71149)
+++ trunk/dports/games/alienarena/files/patch-Makefile.diff 2010-09-02 16:21:28 UTC (rev 71150)
@@ -22,7 +22,7 @@
-SHLIBLDFLAGS=-shared
+SHLIBEXT=dylib
+SHLIBCFLAGS=
-+SHLIBLDFLAGS=-dynamiclib -install_name $(PREFIX)/lib/alienarena/game.$(SHLIBEXT)
++SHLIBLDFLAGS=-dynamiclib -install_name $(PREFIX)/lib/alienarena/data1/game.$(SHLIBEXT)
OPPENALCFLAGS+=$(shell pkg-config --cflags openal)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100902/7e137f21/attachment.html>
More information about the macports-changes
mailing list