aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1999-11-22 12:57:24 +0000
committerThomas Gellekum <tg@FreeBSD.org>1999-11-22 12:57:24 +0000
commitede5574058fd0b20d44ef5ae0ffd98e1422dd767 (patch)
tree00000a5ce5e478eadd40d4b33d3f06203e4a52df /cad
parente0e33e9ac4508d8eb9eed50858701739a3a8058c (diff)
downloadports-ede5574058fd0b20d44ef5ae0ffd98e1422dd767.tar.gz
ports-ede5574058fd0b20d44ef5ae0ffd98e1422dd767.zip
Notes
Diffstat (limited to 'cad')
-rw-r--r--cad/acs/files/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/cad/acs/files/patch-ab b/cad/acs/files/patch-ab
new file mode 100644
index 000000000000..bdacc2274186
--- /dev/null
+++ b/cad/acs/files/patch-ab
@@ -0,0 +1,14 @@
+--- src/Make2.g++.orig Thu Nov 4 07:52:00 1999
++++ src/Make2.g++ Mon Nov 8 11:26:22 1999
+@@ -3,9 +3,9 @@
+
+ # Standard base for g++.
+
+-CCC = g++
++CCC ?= c++
+ CCFLAGS = \
+--DUNIX -O3 -DNDEBUG -fno-exceptions \
++-DUNIX -DNDEBUG -fno-exceptions ${CFLAGS} \
+ -Wall -W -Wno-sign-compare \
+ -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-qual \
+ -Wcast-align -Wwrite-strings -Wconversion \