1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Oops, forgot to add patch-ab.

This commit is contained in:
Thomas Gellekum 1999-11-22 12:57:24 +00:00
parent e0e33e9ac4
commit ede5574058
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23259

14
cad/acs/files/patch-ab Normal file
View File

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