From 960dfcbe6bc8b902bfa9a38e8480c4c9341a0665 Mon Sep 17 00:00:00 2001 From: cpiazza Date: Sat, 29 Apr 2000 20:12:39 +0000 Subject: Fix compile error (use -pedantic) PR: 18216 --- sysutils/upsmon/files/patch-aa | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'sysutils/upsmon/files') diff --git a/sysutils/upsmon/files/patch-aa b/sysutils/upsmon/files/patch-aa index 79d209a..905ebd8 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 -- cgit v1.1