diff options
author | drochner <drochner> | 2000-04-12 19:07:55 +0000 |
---|---|---|
committer | drochner <drochner> | 2000-04-12 19:07:55 +0000 |
commit | c877830810948f9c4fa8df8e73211ec267b45edd (patch) | |
tree | dd272ec59dda1331ad58c12fc7e4a3523e8be4d8 /games/battalion/patches | |
parent | 0331498d0fd000811f80e5cf588ba89e700a4289 (diff) | |
download | pkgsrc-c877830810948f9c4fa8df8e73211ec267b45edd.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/patches')
-rw-r--r-- | games/battalion/patches/patch-aa | 17 |
1 files changed, 2 insertions, 15 deletions
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.) # |