mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
- Move DOCS installation to OPTONSNG compatible - Fix patch files to be 'make makepatch' compatible
13 lines
236 B
Text
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
|
|
|