aboutsummaryrefslogtreecommitdiff
path: root/devel/bcpp/files
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-06-03 09:27:06 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-06-03 09:27:06 +0000
commitceeb5911b93af6d5699f54cf77f867a3b2045e6b (patch)
tree775c644dc863153cc0d66cfc6f811cd3466ebc29 /devel/bcpp/files
parent755d2613284dec0ad68bdbb707e9745e1acdf3ae (diff)
downloadports-ceeb5911b93af6d5699f54cf77f867a3b2045e6b.tar.gz
ports-ceeb5911b93af6d5699f54cf77f867a3b2045e6b.zip
Notes
Diffstat (limited to 'devel/bcpp/files')
-rw-r--r--devel/bcpp/files/patch-makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/bcpp/files/patch-makefile b/devel/bcpp/files/patch-makefile
new file mode 100644
index 000000000000..381e0a6cb045
--- /dev/null
+++ b/devel/bcpp/files/patch-makefile
@@ -0,0 +1,14 @@
+--- makefile.orig Tue Aug 10 16:04:32 1999
++++ makefile Mon Jun 3 02:26:21 2002
+@@ -2,9 +2,8 @@
+
+ D =./
+
+-CXX =gcc
+-CPPFLAGS =-I$(D) -O2 -Wall #-DDEBUG -DDEBUG2
+-CXXFLAGS = -x c++ $(CPPFLAGS)
++CXX ?=gcc
++CXXFLAGS +=-I$(D) -Wall #-DDEBUG -DDEBUG2
+
+ .SUFFIXES: .cpp .o
+