aboutsummaryrefslogtreecommitdiff
path: root/games/garith/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/garith/files/patch-aa')
-rw-r--r--games/garith/files/patch-aa26
1 files changed, 0 insertions, 26 deletions
diff --git a/games/garith/files/patch-aa b/games/garith/files/patch-aa
deleted file mode 100644
index 19fb332dadd4..000000000000
--- a/games/garith/files/patch-aa
+++ /dev/null
@@ -1,26 +0,0 @@
---- Makefile.orig Thu Sep 18 13:03:00 1997
-+++ Makefile Wed Mar 29 21:49:16 2000
-@@ -1,16 +1,16 @@
- # Makefile adapted from that in the GMix distribution, thanks.
--CC=gcc
--LINK=gcc
--INCDIR=
--LIBDIR=-L/usr/X11R6/lib
--LDLIBS=-lgnome -lgnomeui -lgdk -lgtk -lglib -lm
--OPTFLAGS= -m486 -O2 -Wall
-+CC?=gcc
-+LINK=$(CC)
-+INCDIR=`${GTK_CONFIG} --cflags`
-+LIBDIR=`${GTK_CONFIG} --libs`
-+#LDLIBS=-lgnome -lgnomeui -lgdk -lgtk -lglib -lm
-+#OPTFLAGS= -m486 -O2 -Wall
- DEST=garith
-
- OBJS=garith.o
- SRCS=garith.c
-
--CFLAGS= $(OPTFLAGS) $(DEFINES) $(INCDIR)
-+CFLAGS+= $(OPTFLAGS) $(DEFINES) $(INCDIR)
- LFLAGS= $(LIBDIR) $(LDLIBS)
-
- $(DEST) : $(OBJS)