aboutsummaryrefslogtreecommitdiff
path: root/games/uhexen2
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2008-04-23 03:08:51 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2008-04-23 03:08:51 +0000
commit10f903546b299dc3f134ec6986493ff73106e9b0 (patch)
tree4225f004c2cf4cf0c45f1d68016c0d9b12e6f249 /games/uhexen2
parent351b20a31f90940e76fc18ba8511896cc414a8ae (diff)
downloadports-10f903546b299dc3f134ec6986493ff73106e9b0.tar.gz
ports-10f903546b299dc3f134ec6986493ff73106e9b0.zip
- Remove USE_X86_ASM check for some binaries (they don't require it anymore).
- Fix building on non i386.
Notes
Notes: svn path=/head/; revision=211816
Diffstat (limited to 'games/uhexen2')
-rw-r--r--games/uhexen2/files/Makefile2
-rw-r--r--games/uhexen2/files/patch-hexenworld__build.sh10
2 files changed, 3 insertions, 9 deletions
diff --git a/games/uhexen2/files/Makefile b/games/uhexen2/files/Makefile
index f2a465732964..5b35f1ab0d0c 100644
--- a/games/uhexen2/files/Makefile
+++ b/games/uhexen2/files/Makefile
@@ -6,9 +6,7 @@
all:
ifeq ($(BUILD_HEXEN2),yes)
-ifeq ($(USE_X86_ASM),yes)
$(MAKE) -C hexen2 h2 clean
-endif
$(MAKE) -C hexen2 glh2 clean
endif
ifeq ($(BUILD_HW),yes)
diff --git a/games/uhexen2/files/patch-hexenworld__build.sh b/games/uhexen2/files/patch-hexenworld__build.sh
index 0072f8871ec1..cf2994a310b8 100644
--- a/games/uhexen2/files/patch-hexenworld__build.sh
+++ b/games/uhexen2/files/patch-hexenworld__build.sh
@@ -1,14 +1,10 @@
---- ./hexenworld/build.sh.orig Sun Sep 24 14:24:48 2006
-+++ ./hexenworld/build.sh Tue Jan 9 17:01:16 2007
-@@ -45,10 +45,13 @@
- echo "" && echo "Building hexenworld master server.."
- $MAKE_CMD -C Master || exit 1
+--- hexenworld/build.sh.orig 2007-10-18 13:55:49.000000000 -0300
++++ hexenworld/build.sh 2008-04-22 22:52:13.000000000 -0300
+@@ -41,8 +41,9 @@
-+if [ "$USE_X86_ASM" = yes ]; then
echo "" && echo "Building hexenworld client (software renderer)"
$MAKE_CMD -C Client hw || exit 1
+$MAKE_CMD -s -C Client clean
-+fi
echo "" && echo "Building hexenworld client (opengl renderer)"
-$MAKE_CMD -s -C Client clean