mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
3c0cce710a
/usr/ports/textproc/dsssl-docbook-modular/pkg/PLIST reported by John Milford <jwm@CSUA.Berkeley.EDU>.
14 lines
325 B
Plaintext
14 lines
325 B
Plaintext
--- Makefile.orig Tue Jul 6 15:38:07 1999
|
|
+++ Makefile Tue Aug 10 00:24:52 1999
|
|
@@ -1,7 +1,8 @@
|
|
|
|
SHELL=/bin/sh
|
|
-CC=gcc
|
|
-CFLAGS=-Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce
|
|
+CC?=gcc
|
|
+CFLAGS?=-O2
|
|
+CFLAGS+=-Wall -Winline -fomit-frame-pointer -fno-strength-reduce
|
|
|
|
OBJS= blocksort.o \
|
|
huffman.o \
|