diff options
Diffstat (limited to 'sysutils/upsmon/files/patch-aa')
-rw-r--r-- | sysutils/upsmon/files/patch-aa | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sysutils/upsmon/files/patch-aa b/sysutils/upsmon/files/patch-aa deleted file mode 100644 index 8100fda38c17..000000000000 --- a/sysutils/upsmon/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- makefile.bsdi.orig Tue Aug 4 23:18:38 1998 -+++ makefile.bsdi Wed Aug 20 23:55:50 2003 -@@ -32,14 +32,14 @@ - .SUFFIXES: #clear list of suffixes - .SUFFIXES: .cc .o #rules for .c and .o - --CC = gcc --CFLAGS_DEBUG = -O2 -Wall -DDEBUG -g --CFLAGS_NODEBUG = -O2 -Wall -g -+CC = g++ -+CFLAGS_DEBUG = -DDEBUG -+CFLAGS_NODEBUG = - - .ifdef DEBUG --CFLAGS = $(CFLAGS_DEBUG) -+CFLAGS += $(CFLAGS_DEBUG) - .else --CFLAGS = $(CFLAGS_NODEBUG) -+CFLAGS += $(CFLAGS_NODEBUG) - .endif - - UPSMOND_TARGET = upsmond |