diff options
author | tg <tg@FreeBSD.org> | 1999-11-22 20:57:24 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-11-22 20:57:24 +0800 |
commit | 2ea5f583460ea0a1de04f216c430cc67cbd0ca4e (patch) | |
tree | ea1b59ec7b7e621a73ceada8c352598cdfc6b3c0 | |
parent | 1cadf46583195b6c4d015de88f69b85f7c1e97c4 (diff) | |
download | freebsd-ports-gnome-2ea5f583460ea0a1de04f216c430cc67cbd0ca4e.tar.gz freebsd-ports-gnome-2ea5f583460ea0a1de04f216c430cc67cbd0ca4e.tar.zst freebsd-ports-gnome-2ea5f583460ea0a1de04f216c430cc67cbd0ca4e.zip |
Oops, forgot to add patch-ab.
-rw-r--r-- | cad/acs/files/patch-ab | 14 |
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 \ |