summaryrefslogtreecommitdiff
path: root/devel/bcpp/files/patch-makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-04-15 21:13:53 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-04-15 21:13:53 +0000
commitc1b7f013a103675d0903621c045a0996ad6561ec (patch)
tree2c9b4cf67b5028eacfcde4f171c0273f5f6d3aa1 /devel/bcpp/files/patch-makefile
parentUpdate to 2.0.3 (diff)
- Update to 20050725
- portlint(1) PR: 93669 Submitted by: Mike Buchanon <buchanon___manetheren.cl.msu.edu> (partial) Approved by: maintainer
Diffstat (limited to 'devel/bcpp/files/patch-makefile')
-rw-r--r--devel/bcpp/files/patch-makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/bcpp/files/patch-makefile b/devel/bcpp/files/patch-makefile
deleted file mode 100644
index 381e0a6cb045..000000000000
--- a/devel/bcpp/files/patch-makefile
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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
-