diff options
Diffstat (limited to 'dns/staticcharge/files/patch-Makefile.in')
-rw-r--r-- | dns/staticcharge/files/patch-Makefile.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dns/staticcharge/files/patch-Makefile.in b/dns/staticcharge/files/patch-Makefile.in deleted file mode 100644 index 17840e03ec28..000000000000 --- a/dns/staticcharge/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Sat Oct 27 02:31:13 2001 -+++ Makefile.in Tue Dec 25 00:02:32 2001 -@@ -8,7 +8,7 @@ - PRIVHEADERS = globals.h gtkglobals.h - GTKFLAGS = @GTK_CFLAGS@ - GTKLIBS = @GTK_LIBS@ --CC = gcc -+CC ?= gcc - INSTALL = @INSTALL@ - PREFIX ?= /usr/X11R6 - BINARY = staticcharge -@@ -16,7 +16,7 @@ - .ifdef DEBUG - CCFLAGS += -Wall -g -DDEBUG - .else --CCFLAGS += -Wall -O -+CCFLAGS += ${CFLAGS} -Wall - .endif - - all: ${BINARY} |