From 56862727022ababb0ca9c905c67ded4e105864db Mon Sep 17 00:00:00 2001 From: jedgar Date: Wed, 9 Aug 2000 18:38:27 +0000 Subject: Respect CFLAGS properly Approved by: Maintainer --- sysutils/consolehm/files/patch-aa | 10 ++++++---- sysutils/wmhm/files/patch-ac | 10 ++++++++++ 2 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 sysutils/wmhm/files/patch-ac (limited to 'sysutils') diff --git a/sysutils/consolehm/files/patch-aa b/sysutils/consolehm/files/patch-aa index 28940626995e..92b913133e22 100644 --- a/sysutils/consolehm/files/patch-aa +++ b/sysutils/consolehm/files/patch-aa @@ -1,8 +1,10 @@ ---- Makefile.in.orig Sun Aug 6 13:54:24 2000 -+++ Makefile.in Sun Aug 6 13:55:05 2000 -@@ -1,5 +1,8 @@ +--- Makefile.in.orig Thu May 18 02:17:05 2000 ++++ Makefile.in Wed Aug 9 14:35:46 2000 +@@ -1,5 +1,9 @@ DEFINES+= -DHAVE_CONFIG_H - CFLAGS+= -O2 -g -Wall $(DEFINES) +-CFLAGS+= -O2 -g -Wall $(DEFINES) ++CFLAGS?= -O2 ++CFLAGS+= -g -Wall $(DEFINES) +.if ${ARCH} == "alpha" +LDFLAGS+= -lio +.endif diff --git a/sysutils/wmhm/files/patch-ac b/sysutils/wmhm/files/patch-ac new file mode 100644 index 000000000000..c5d066ebd6c0 --- /dev/null +++ b/sysutils/wmhm/files/patch-ac @@ -0,0 +1,10 @@ +--- Makefile.in.orig Thu May 18 02:11:57 2000 ++++ Makefile.in Wed Aug 9 14:34:22 2000 +@@ -1,5 +1,6 @@ + DEFINES+= -DHAVE_CONFIG_H +-CFLAGS+= -O2 -Wall -I/usr/X11R6/include $(DEFINES) ++CFLAGS?= -O2 ++CFLAGS+= -Wall -I/usr/X11R6/include $(DEFINES) + LDFLAGS+= -lXpm -lXext -lX11 -L/usr/X11R6/lib -lXpm -lm + + HEADERS= wmhm.h wmgeneral.h operations.h display.h -- cgit