1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/www/boa/files/patch-aa
Steve Price 25deaff13f Update to version 0.94.6.
PR:		17723
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-30 20:13:49 +00:00

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