opnsense-ports/devel/bcpp/files/patch-code__makefile.unx
Franco Fichtner 2920441996 */*: sync with upstream
Taken from: FreeBSD
2015-09-17 08:37:32 +02:00

13 lines
236 B
Text

--- 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