diff options
author | anholt <anholt@FreeBSD.org> | 2003-11-07 06:59:02 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-11-07 06:59:02 +0800 |
commit | 2e638b181c51fc30e6cae5a405222f2b22a7c431 (patch) | |
tree | 9d71a32a7159fbb87e7d32345e5368e3f01d0d81 /games | |
parent | c5b8373388df0a373b66d60b7c2c6287bb48fabd (diff) | |
download | freebsd-ports-gnome-2e638b181c51fc30e6cae5a405222f2b22a7c431.tar.gz freebsd-ports-gnome-2e638b181c51fc30e6cae5a405222f2b22a7c431.tar.zst freebsd-ports-gnome-2e638b181c51fc30e6cae5a405222f2b22a7c431.zip |
Use -lGL -lGLU instead of -lMesaGL -lMesaGLU.
Diffstat (limited to 'games')
-rw-r--r-- | games/battalion/Makefile | 1 | ||||
-rw-r--r-- | games/battalion/files/patch-aa | 16 |
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.) # |