summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-11-06 22:59:02 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-11-06 22:59:02 +0000
commit0cf535a5bbfcd637cd9375e2141887fcdf89facf (patch)
treeab3b5ca8391eab0b4cda386b514bd125b9aa55a1
parentUse -lGL -lGLU instead of -lMesaGL -lMesaGLU. (not really tested -- coredumps (diff)
Use -lGL -lGLU instead of -lMesaGL -lMesaGLU.
Notes
Notes: svn path=/head/; revision=93264
-rw-r--r--games/battalion/Makefile1
-rw-r--r--games/battalion/files/patch-aa16
2 files changed, 3 insertions, 14 deletions
diff --git a/games/battalion/Makefile b/games/battalion/Makefile
index 07676ee2d374..53ca84da7305 100644
--- a/games/battalion/Makefile
+++ b/games/battalion/Makefile
@@ -7,6 +7,7 @@
PORTNAME= battalion
PORTVERSION= 1.4
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.evl.uic.edu/aej/BATTALION/
DISTFILES= battalionSource1.4.tar.Z battalionSUN4.tar.gz
diff --git a/games/battalion/files/patch-aa b/games/battalion/files/patch-aa
index 663073d32c1e..fe1e950ba06a 100644
--- a/games/battalion/files/patch-aa
+++ b/games/battalion/files/patch-aa
@@ -1,8 +1,5 @@
-
-$FreeBSD$
-
---- Makefile.orig Thu Jan 16 18:31:58 1997
-+++ Makefile Tue Aug 14 11:16:57 2001
+--- Makefile.orig Thu Jan 16 08:31:58 1997
++++ Makefile Thu Nov 6 14:56:38 2003
@@ -23,7 +23,7 @@
# (the program should compile with no warning messages - if you
# see a warning message please let me know about it)
@@ -12,15 +9,6 @@ $FreeBSD$
# STEP 2: IF YOU WANT TO COMPILE WITH THE MESA LIBRARIES THEN
-@@ -39,7 +39,7 @@
- # ------------------------------------------------------------
- #GLIB = -lMesaGL -lMesaGLU
- # or
--GLIB = -lGL -lGLU
-+GLIB = -lMesaGL -lMesaGLU
-
-
- # STEP 4: CHOOSE WHICH HARDWARE / OS YOU ARE RUNNING
@@ -51,9 +51,9 @@
# with the other Makefile.)
#