summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-29 20:12:39 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-29 20:12:39 +0000
commit62f46a1e1f916a708f16de4b84774f62d0be38b8 (patch)
treee4fd47997c4a790735b0f7f26eed601e36be5f5d /sysutils
parentAttempt to fix errors caused by libwww upgrade. (diff)
Fix compile error (use -pedantic)
PR: 18216
Notes
Notes: svn path=/head/; revision=28075
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/upsmon/files/patch-aa14
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