summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>1999-04-24 17:19:04 +0000
committerKris Kennaway <kris@FreeBSD.org>1999-04-24 17:19:04 +0000
commit34a4342f05f0924dda4c7a0d95ed09208585d20c (patch)
treed5db4ee5327e6de71cc113d09290732911bb20cd /archivers
parentReplace KDE-1.0 dependency with KDE-1.1, tidy up the Makefile a bit. (diff)
Respect CC, CFLAGS.
Notes
Notes: svn path=/head/; revision=18112
Diffstat (limited to 'archivers')
-rw-r--r--archivers/bzip2/files/patch-aa18
1 files changed, 14 insertions, 4 deletions
diff --git a/archivers/bzip2/files/patch-aa b/archivers/bzip2/files/patch-aa
index 10499572c7e5..fed6f64b57a4 100644
--- a/archivers/bzip2/files/patch-aa
+++ b/archivers/bzip2/files/patch-aa
@@ -1,6 +1,16 @@
---- Makefile.orig Thu Oct 22 21:27:22 1998
-+++ Makefile Wed Oct 28 10:25:29 1998
-@@ -20,6 +20,7 @@
+--- Makefile.orig Fri Oct 23 04:57:22 1998
++++ Makefile Wed Mar 24 00:19:11 1999
+@@ -1,6 +1,7 @@
+
+-CC=gcc
+-CFLAGS=-Wall -O2 -fomit-frame-pointer -fno-strength-reduce
++CC?=gcc
++CFLAGS?=-O2
++CFLAGS+=-Wall -fomit-frame-pointer -fno-strength-reduce
+
+ OBJS= blocksort.o \
+ huffman.o \
+@@ -20,6 +21,7 @@
lib: $(OBJS)
rm -f libbz2.a
ar clq libbz2.a $(OBJS)
@@ -8,7 +18,7 @@
test: bzip2
@cat words1
-@@ -38,7 +39,7 @@
+@@ -38,7 +40,7 @@
clean:
rm -f *.o libbz2.a bzip2 bzip2recover sample1.rb2 sample2.rb2 sample1.tst sample2.tst