1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/archivers/bzip2/files/patch-aa

14 lines
316 B
Plaintext
Raw Normal View History

--- Makefile.orig Tue Jul 6 15:38:07 1999
+++ Makefile Sat Jul 31 19:48:44 1999
@@ -1,7 +1,8 @@
1999-04-24 17:19:04 +00:00
SHELL=/bin/sh
1999-04-24 17:19:04 +00:00
-CC=gcc
-CFLAGS=-Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce
1999-04-24 17:19:04 +00:00
+CC?=gcc
+CFLAGS?=-O2
+CFLAGS+=-Wall -fomit-frame-pointer -fno-strength-reduce
OBJS= blocksort.o \
huffman.o \