summaryrefslogtreecommitdiff
path: root/devel/bcpp/files/patch-code__makefile.unx
blob: 5b7c20bbb0658ffc579c0784e63477bc691645d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- code/makefile.unx.orig	Sat Apr 15 18:00:45 2006
+++ code/makefile.unx	Sat Nov 23 11:45:58 2002
@@ -4,8 +4,8 @@
 
 D		=./
 
-CXX		=g++
-CXXFLAGS	=-I$(D) -O2 -Wall #-DDEBUG -DDEBUG2
+CXX		?=g++
+CXXFLAGS	=-I$(D) -Wall #-DDEBUG -DDEBUG2
 
 .SUFFIXES:	.cpp .o