freebsd-ports/x11-toolkits/fltk/files/patch-makeinclude.in
Dmitry Sivachenko fe46a3b325 Update to 1.1.2
2003-01-05 16:07:11 +00:00

13 lines
358 B
Text

--- makeinclude.in.orig Sun Jan 5 14:57:05 2003
+++ makeinclude.in Sun Jan 5 14:57:31 2003
@@ -53,8 +53,8 @@
# flags for C++ compiler:
OPTIM = @OPTIM@
-CFLAGS = $(OPTIM) @CFLAGS@
-CXXFLAGS = $(OPTIM) @CXXFLAGS@
+CFLAGS = $(OPTIM) @CFLAGS@ @CPPFLAGS@
+CXXFLAGS = $(OPTIM) @CXXFLAGS@ @CPPFLAGS@
# program to make the archive:
LIBNAME = @LIBNAME@