summaryrefslogtreecommitdiff
path: root/devel/bcpp/files/patch-code__makefile.unx
blob: 1694fde7d263f8b494ab962960cd3d3118fd04a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- code/makefile.unx.orig	2002-11-23 13:45:58 UTC
+++ code/makefile.unx
@@ -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