1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/splint/files/patch-ab
Bill Fumerola 0f87846189 Make this port respect CFLAGS again. it also seems the distfile changed on
us mysteriously.

Submitted by:	Scott Kenney <saken@hotel.rmta.org>
1999-07-09 14:45:38 +00:00

12 lines
262 B
Plaintext

--- configure.orig Thu Jul 8 18:53:53 1999
+++ configure Thu Jul 8 19:00:12 1999
@@ -511,7 +511,7 @@
trap 'rm -f Makefile; exit 1' 1 3 15
CC='$CC'
CPP='$CPP'
-OPT='$OPT'
+OPT='$CFLAGS'
cwdir='$cwdir'
INSTALL='$INSTALL'
INSTALL_PROGRAM='$INSTALL_PROGRAM'