diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-27 04:48:07 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-27 04:48:07 +0000 |
commit | 0f43f15311f5367aa57fc30c5104535d093ab130 (patch) | |
tree | 4f26ad6705b241023e970463d9bc503e860b0641 /games/gemdropx/files | |
parent | 767f764cf8346815de23b6fc83108588b3d12551 (diff) |
Notes
Diffstat (limited to 'games/gemdropx/files')
-rw-r--r-- | games/gemdropx/files/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/gemdropx/files/patch-aa b/games/gemdropx/files/patch-aa new file mode 100644 index 000000000000..6c26c1f321ff --- /dev/null +++ b/games/gemdropx/files/patch-aa @@ -0,0 +1,15 @@ +--- makefile.orig Sat Nov 22 01:56:59 1997 ++++ makefile Mon Apr 27 00:42:53 1998 +@@ -10,10 +10,10 @@ + # X Window version: November 5, 1997 - November 21, 1997 + + +-CC=gcc ++CC+=${CFLAGS} -I$(X11BASE)/include -DPREFIX=\"${PREFIX}\" + POSTPROCESS=strip + +-XLIB=-lX11 ++XLIB=-L$(X11BASE)/lib -lX11 -lcompat + # XLIB=-L/usr/openwin/lib -lX11 + # XLIB=-L/usr/X11/lib -lX11 + |