mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
00681ee6f1
PR: 14367 Submitted by: maintainer
13 lines
234 B
Plaintext
13 lines
234 B
Plaintext
--- Makefile.in.orig Wed Oct 20 23:02:06 1999
|
|
+++ Makefile.in Wed Oct 20 23:02:19 1999
|
|
@@ -1,7 +1,7 @@
|
|
DEFS=-DHAVE_CONFIG_H
|
|
-PREFIX=/usr/local
|
|
+PREFIX?=/usr/local
|
|
|
|
-CFLAGS=-O2 -g -Wall $(DEFS)
|
|
+CFLAGS+=-Wall $(DEFS)
|
|
|
|
OBJS=chm.o
|
|
|