diff options
Diffstat (limited to 'graphics/isreal/files')
-rw-r--r-- | graphics/isreal/files/patch-Makefile | 26 | ||||
-rw-r--r-- | graphics/isreal/files/patch-getopt | 11 |
2 files changed, 0 insertions, 37 deletions
diff --git a/graphics/isreal/files/patch-Makefile b/graphics/isreal/files/patch-Makefile deleted file mode 100644 index 03227ede7022..000000000000 --- a/graphics/isreal/files/patch-Makefile +++ /dev/null @@ -1,26 +0,0 @@ ---- Makefile.orig Wed Jan 5 22:39:10 2000 -+++ Makefile Mon Nov 27 00:23:30 2006 -@@ -1,16 +1,17 @@ - # - # $Id: Makefile,v 1.7 2000/01/05 21:39:10 aland Exp $ - # --LIBS = -L/usr/X11R6/lib -L/usr/local/lib -lX11 -lXext \ -- -ljpeg -lpng -ltiff -lz -lgif -lm -lImlib --CFLAGS = -g -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align \ -- -Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes \ -- -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -+LIBS = -L$(LOCALBASE)/lib -L/usr/local/lib -lX11 -lXext \ -+ -ljpeg -lpng -ltiff -lz -lungif -lm -lImlib -+ -+CFLAGS += -I$(LOCALBASE)/include - - VERSION=2.0 - -+all: isreal -+ - isreal: isreal.o -- $(CC) $^ $(LIBS) -o $@ -+ $(CC) isreal.o $(LIBS) -o $@ - - clean: - @rm -f *~ *.o isreal diff --git a/graphics/isreal/files/patch-getopt b/graphics/isreal/files/patch-getopt deleted file mode 100644 index 51eb56d5bfd7..000000000000 --- a/graphics/isreal/files/patch-getopt +++ /dev/null @@ -1,11 +0,0 @@ ---- isreal.c.orig Sat Mar 31 19:06:30 2001 -+++ isreal.c Sat Mar 31 19:06:37 2001 -@@ -20,7 +20,7 @@ - #include <X11/Xutil.h> - #include <Imlib.h> - #include <math.h> --#include <getopt.h> -+#include <unistd.h> - #include <errno.h> - - #ifndef FALSE |