mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
12 lines
221 B
Plaintext
12 lines
221 B
Plaintext
|
--- Makefile.orig Fri Oct 1 10:30:36 1999
|
||
|
+++ Makefile Fri Oct 1 10:30:42 1999
|
||
|
@@ -15,7 +15,7 @@
|
||
|
|
||
|
STATICFLAG=FOOBAR${HOST_ARCH}
|
||
|
|
||
|
-CFLAGS = -g -I. ${$(STATICFLAG)}
|
||
|
+CFLAGS += -g -I. ${$(STATICFLAG)}
|
||
|
|
||
|
LDLIBS =
|
||
|
|