mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c4803edf82
PR: ports/13627 Submitted by: Lars Koeller <lkoeller@cc.fh-lippe.de>
12 lines
273 B
Plaintext
12 lines
273 B
Plaintext
--- 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) $<
|
|
|
|
# ----------------------------------
|
|
|