mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
43bf436784
package and the Makefile. Noticed by: asami
12 lines
201 B
Plaintext
12 lines
201 B
Plaintext
--- Makefile.in.orig Wed Dec 29 21:53:22 1999
|
|
+++ Makefile.in Wed Dec 29 21:53:39 1999
|
|
@@ -31,7 +31,7 @@
|
|
DEFS = @DEFS@
|
|
LIBS = @LIBS@
|
|
|
|
-CFLAGS = -g
|
|
+CFLAGS ?= -g
|
|
LDFLAGS = -g
|
|
|
|
prefix = /usr/local
|