summaryrefslogtreecommitdiff
path: root/print/pdflib4/files/patch-af
blob: 54e3289aa4fc0f26fe2c7521c1c36c3aceb219a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- bind/cpp/Makefile.in.orig	Thu Jul 22 12:10:37 1999
+++ bind/cpp/Makefile.in	Tue Sep  7 23:14:14 1999
@@ -30,7 +30,7 @@
 .SUFFIXES: .cpp
 
 .cpp.o:
-	$(CXX) $(CXXFLAGS) $(DEFINES) $<
+	$(CXX) $(CFLAGS) $(CXXFLAGS) $(DEFINES) $<
 
 # ----------------------------------