freebsd-ports/lang/caml-light/files/patch-contrib_libstr_regex_Makefile.in
Joseph Koshy 02e454d15d - Honor CC, CFLAGS etc. [1]
- Use BSD_INSTALL_* macros to install files.	[1]
- Make the port PREFIX clean.

PR:		ports/101398	[1]
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru>
2006-08-06 10:53:54 +00:00

19 lines
535 B
Text

--- contrib/libstr/regex-0.12/Makefile.in-- Mon Nov 14 22:09:41 1994
+++ contrib/libstr/regex-0.12/Makefile.in Sun Aug 6 15:38:53 2006
@@ -26,13 +26,13 @@
# -DEXTRACT_MACROS to use the macros EXTRACT_* (as opposed to
# the corresponding C procedures). If not -DDEBUG, the macros
# are used.
-CPPFLAGS =
+CPPFLAGS ?=
# Likewise, you can override CFLAGS to optimize, use -Wall, etc.
-CFLAGS = -O
+CFLAGS ?= -O
# Ditto for LDFLAGS and LOADLIBES.
-LDFLAGS =
+LDFLAGS ?=
LOADLIBES =
srcdir = @srcdir@