aboutsummaryrefslogtreecommitdiff
path: root/sysutils/consolehm
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-08-09 18:38:27 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-08-09 18:38:27 +0000
commit7b2d813540d3846eed3f840489a10c2dc8697293 (patch)
treec5a4b5b3909ca5af92aa587d0283981d4b61eb20 /sysutils/consolehm
parent642605e49be0c38c9f4ced689c4185c253a0dadd (diff)
downloadports-7b2d813540d3846eed3f840489a10c2dc8697293.tar.gz
ports-7b2d813540d3846eed3f840489a10c2dc8697293.zip
Respect CFLAGS properly
Approved by: Maintainer
Notes
Notes: svn path=/head/; revision=31454
Diffstat (limited to 'sysutils/consolehm')
-rw-r--r--sysutils/consolehm/files/patch-aa10
1 files changed, 6 insertions, 4 deletions
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