diff options
Diffstat (limited to 'games/garith/files')
-rw-r--r-- | games/garith/files/patch-aa | 26 | ||||
-rw-r--r-- | games/garith/files/patch-ab | 29 |
2 files changed, 0 insertions, 55 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) diff --git a/games/garith/files/patch-ab b/games/garith/files/patch-ab deleted file mode 100644 index 8571b9ee232f..000000000000 --- a/games/garith/files/patch-ab +++ /dev/null @@ -1,29 +0,0 @@ ---- garith.c Wed Sep 17 23:47:03 1997 -+++ /home/andy/tmp/wrk/garith.c Wed Aug 5 13:55:44 1998 -@@ -24,7 +24,7 @@ - */ - - #include <gtk/gtk.h> /* GTK stuff */ --#include <gnome.h> /* GNOME stuff */ -+/* #include <gnome.h> /* GNOME stuff */ - #include <stdlib.h> - #include <time.h> /* we use time as seed for rand() */ - -@@ -76,7 +76,7 @@ - - gulong num1, num2; - guint right = 0, done = 0; --gldouble less_than; -+double less_than; - gchar op; - time_t starttime; - -@@ -643,7 +643,7 @@ - gnome_init() is called by all gnome apps. */ - - gtk_init(&argc, &argv); -- gnome_init(&argc, &argv); -+ /* gnome_init(&argc, &argv); */ - - /* Make the windows */ - |