summaryrefslogtreecommitdiff
path: root/devel/libshhmsg
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-04-29 23:31:45 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-04-29 23:31:45 +0000
commit64308b7fbd9d2a4a949b19eafe27215d627c375d (patch)
tree98a97ae2ce5743f8206101b7dc0f73ceaff53c58 /devel/libshhmsg
parentFix a typo and slightly expand to match my latest changes. (diff)
Don't hard-code -O2; respect CFLAGS
Notes
Notes: svn path=/head/; revision=42045
Diffstat (limited to 'devel/libshhmsg')
-rw-r--r--devel/libshhmsg/files/patch-aa7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/libshhmsg/files/patch-aa b/devel/libshhmsg/files/patch-aa
index 6a33658b38dc..c66b17b240a3 100644
--- a/devel/libshhmsg/files/patch-aa
+++ b/devel/libshhmsg/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Wed Oct 14 03:11:42 1998
-+++ Makefile Tue Jul 4 21:39:46 2000
+--- Makefile.orig Tue Oct 13 18:11:42 1998
++++ Makefile Sun Apr 29 23:24:10 2001
@@ -6,7 +6,7 @@
VERSION = $(VERMAJ).$(VERMIN).$(VERPAT)
@@ -25,8 +25,9 @@
+MKDIRP = mkdir -p
-CC = gcc
+-OPTIM = -O2
+#CC = gcc
- OPTIM = -O2
++OPTIM = $(CFLAGS)
INCDIR = -I.