diff options
author | drochner <drochner@pkgsrc.org> | 2000-04-12 19:07:55 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2000-04-12 19:07:55 +0000 |
commit | 30efa1f5afc36c1b84c0e6ff93f4f8ac62090764 (patch) | |
tree | dd272ec59dda1331ad58c12fc7e4a3523e8be4d8 /games/battalion | |
parent | f88e66da60c1080435456db4b8ea3f68bed6649b (diff) | |
download | pkgsrc-30efa1f5afc36c1b84c0e6ff93f4f8ac62090764.tar.gz |
remove patch -lGL -> -lMesaGL, this fails with Mesa-3.1 (and wasn't
necessary before)
from Sean Doran <smd@ebone.net> per PR pkg/9862
Diffstat (limited to 'games/battalion')
-rw-r--r-- | games/battalion/files/patch-sum | 4 | ||||
-rw-r--r-- | games/battalion/patches/patch-aa | 17 |
2 files changed, 4 insertions, 17 deletions
diff --git a/games/battalion/files/patch-sum b/games/battalion/files/patch-sum index a57f5f74c30..3e20495e345 100644 --- a/games/battalion/files/patch-sum +++ b/games/battalion/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:51 agc Exp $ +$NetBSD: patch-sum,v 1.2 2000/04/12 19:07:55 drochner Exp $ -MD5 (patch-aa) = 29c1ff7ddc40cf3e1a27890a309cf36d +MD5 (patch-aa) = eb8b4fcd958236f1f62139a504a6e1d7 MD5 (patch-ab) = c9dde84d3c5792b54e79626cdeba2d17 diff --git a/games/battalion/patches/patch-aa b/games/battalion/patches/patch-aa index 4d66e6df0e1..f6723ef0d5a 100644 --- a/games/battalion/patches/patch-aa +++ b/games/battalion/patches/patch-aa @@ -1,6 +1,5 @@ -$NetBSD: patch-aa,v 1.5 1998/09/13 20:40:39 garbled Exp $ ---- Makefile.orig Thu Jan 16 09:31:58 1997 -+++ Makefile Sun Sep 13 12:55:28 1998 +--- Makefile.orig Thu Jan 16 17:31:58 1997 ++++ Makefile Wed Apr 12 21:03:39 2000 @@ -23,7 +23,7 @@ # (the program should compile with no warning messages - if you # see a warning message please let me know about it) @@ -10,18 +9,6 @@ $NetBSD: patch-aa,v 1.5 1998/09/13 20:40:39 garbled Exp $ # STEP 2: IF YOU WANT TO COMPILE WITH THE MESA LIBRARIES THEN -@@ -37,9 +37,9 @@ - # MESA OR OPENGL - # - # ------------------------------------------------------------ --#GLIB = -lMesaGL -lMesaGLU -+GLIB = -lMesaGL -lMesaGLU - # or --GLIB = -lGL -lGLU -+#GLIB = -lGL -lGLU - - - # STEP 4: CHOOSE WHICH HARDWARE / OS YOU ARE RUNNING @@ -51,7 +51,7 @@ # with the other Makefile.) # |