summaryrefslogtreecommitdiff
path: root/devel/bcpp/files/patch-makefile
blob: 381e0a6cb045a0e463469d8b130e69198f62ccd6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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