freebsd-ports/x11-toolkits/fltk/files/patch-makeinclude.in

14 lines
358 B
Text
Raw Normal View History

2003-01-05 17:07:11 +01:00
--- 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@