mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
25deaff13f
PR: 17723 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
14 lines
347 B
Plaintext
14 lines
347 B
Plaintext
--- Makefile.in.orig Sun Feb 13 06:52:45 2000
|
|
+++ Makefile.in Thu Mar 30 20:22:55 2000
|
|
@@ -12,8 +12,8 @@
|
|
# Add -lefence to LDFLAGS to link with ElectricFence
|
|
# Add -pg to CFLAGS and LDFLAGS to get profiling output with gcc/gprof
|
|
|
|
-LDFLAGS = @LIBS@ -g
|
|
-CFLAGS = -O -Wall -g
|
|
+LDFLAGS = @LIBS@
|
|
+CFLAGS = @CFLAGS@
|
|
|
|
# Change these if necessary
|
|
|