diff options
author | wiz <wiz> | 2002-10-20 12:59:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-20 12:59:07 +0000 |
commit | 5ab762021fffe25213829435a33d7ee120a372e8 (patch) | |
tree | 6b7c74157532039bc38eb94f7e70681d70732825 /games/battleball/patches | |
parent | da3903524df87734ae58f198903fddd27e8923f8 (diff) | |
download | pkgsrc-5ab762021fffe25213829435a33d7ee120a372e8.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'games/battleball/patches')
-rw-r--r-- | games/battleball/patches/patch-aa | 8 | ||||
-rw-r--r-- | games/battleball/patches/patch-ab | 13 |
2 files changed, 17 insertions, 4 deletions
diff --git a/games/battleball/patches/patch-aa b/games/battleball/patches/patch-aa index 6c0e98ebd46..130095dd397 100644 --- a/games/battleball/patches/patch-aa +++ b/games/battleball/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2000/01/06 08:46:33 fredb Exp $ +$NetBSD: patch-aa,v 1.4 2002/10/20 12:59:08 wiz Exp $ ---- lib3d/gfxtarget.h.orig Thu Sep 2 21:25:19 1999 -+++ lib3d/gfxtarget.h Thu Jan 6 02:05:27 2000 -@@ -72,7 +72,14 @@ +--- lib3d/gfxtarget.h.orig Fri Sep 3 04:25:19 1999 ++++ lib3d/gfxtarget.h +@@ -72,7 +72,14 @@ struct gfxTarget { XFillRectangle(disp,win,gc,(int)p.x,(int)p.y,(int)sz.x,(int)sz.y); } void ResizeWindow(const pt2d& sz) { diff --git a/games/battleball/patches/patch-ab b/games/battleball/patches/patch-ab new file mode 100644 index 00000000000..147186bea30 --- /dev/null +++ b/games/battleball/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.3 2002/10/20 12:59:08 wiz Exp $ + +--- Makefile.orig Fri Sep 3 04:25:18 1999 ++++ Makefile +@@ -11,7 +11,7 @@ XLIBS = -L/usr/X11R6/lib -lX11 + LIBS = -lm $(XLIBS) + + GLINCS = -I/usr/local/X11/include +-GLLIBS = -lXi -lXmu -lXext -L/usr/local/X11/lib -lMesaGL ++GLLIBS = -lXi -lXmu -lXext -L/usr/local/X11/lib -lGL + #GLLIBS = + + BSPOBJS = bsp/brep.o bsp/bsp.o bsp/polygon.o |