diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-29 20:12:39 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-29 20:12:39 +0000 |
commit | 62f46a1e1f916a708f16de4b84774f62d0be38b8 (patch) | |
tree | e4fd47997c4a790735b0f7f26eed601e36be5f5d /sysutils/upsmon | |
parent | e6586a2b6c48603134fe7ee3af62761bf609a9df (diff) | |
download | ports-62f46a1e1f916a708f16de4b84774f62d0be38b8.tar.gz ports-62f46a1e1f916a708f16de4b84774f62d0be38b8.zip |
Notes
Diffstat (limited to 'sysutils/upsmon')
-rw-r--r-- | sysutils/upsmon/files/patch-aa | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/sysutils/upsmon/files/patch-aa b/sysutils/upsmon/files/patch-aa index 79d209ae5b17..905ebd85c470 100644 --- a/sysutils/upsmon/files/patch-aa +++ b/sysutils/upsmon/files/patch-aa @@ -1,20 +1,22 @@ ---- makefile.bsdi.orig Wed Aug 5 01:18:38 1998 -+++ makefile.bsdi Mon Oct 5 20:11:38 1998 -@@ -33,13 +33,13 @@ +--- makefile.bsdi.orig Tue Aug 4 14:18:38 1998 ++++ makefile.bsdi Sat Apr 29 13:11:52 2000 +@@ -32,14 +32,14 @@ + .SUFFIXES: #clear list of suffixes .SUFFIXES: .cc .o #rules for .c and .o - CC = gcc +-CC = gcc -CFLAGS_DEBUG = -O2 -Wall -DDEBUG -g -CFLAGS_NODEBUG = -O2 -Wall -g ++#CC = gcc +CFLAGS_DEBUG = -DDEBUG +CFLAGS_NODEBUG = .ifdef DEBUG -CFLAGS = $(CFLAGS_DEBUG) -+CFLAGS += $(CFLAGS_DEBUG) ++CFLAGS += $(CFLAGS_DEBUG) -pedantic .else -CFLAGS = $(CFLAGS_NODEBUG) -+CFLAGS += $(CFLAGS_NODEBUG) ++CFLAGS += $(CFLAGS_NODEBUG) -pedantic .endif UPSMOND_TARGET = upsmond |