mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
7264a016b6
- Fix rcNG script comment [2] - Quoute variables in CONFIGURE_ARGS for space-safety - Respect CFLAGS Submitted by: Dominik Brettnacher <domi@saargate.de> [1], Geoff Garside <geoff@geoffgarside.co.uk> [2]
12 lines
344 B
Plaintext
12 lines
344 B
Plaintext
--- lib/Makefile.in.orig Wed Dec 20 01:38:19 2006
|
|
+++ lib/Makefile.in Wed Dec 20 01:38:25 2006
|
|
@@ -91,7 +91,7 @@
|
|
|
|
#AM_CFLAGS=-g -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs
|
|
#AM_CFLAGS=-O2
|
|
-AM_CFLAGS = -g -Wall
|
|
+#AM_CFLAGS = -g -Wall
|
|
|
|
DEFS = -I. -I$(srcdir)/lib
|
|
|