1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/misc/hello/files/patch-aa
Steve Price 43bf436784 Honor CFLAGS and get the install-info incantation correct in both the
package and the Makefile.

Noticed by:	asami
1999-12-30 04:04:11 +00:00

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