1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-13 23:36:08 +00:00
freebsd-ports/www/w3m/files/patch-ae
SADA Kenji 4bea64d8d3 Enable user's CFLAGS and CC environments.
Submitted by:	Christian Weisgerber and the maintainer
1999-10-11 19:00:30 +00:00

12 lines
309 B
Plaintext

--- XMakefile.orig Tue Sep 28 04:00:53 1999
+++ XMakefile Mon Oct 11 17:35:10 1999
@@ -15,7 +15,7 @@
INCLUDES=-I.
DEFS=$(INCLUDES) #-DSTR_DEBUG # -DDEBUG
-CFLAGS=$(MYCFLAGS) $(DEFS)
+CFLAGS+=$(MYCFLAGS) $(DEFS)
LIBS=$(GCLIB) -lm $(LOCAL_LIBRARIES) $(SYS_LIBRARIES)
$(TARGET): $(ALLOBJS) $(GCTARGET)