diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-23 16:02:11 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-23 16:02:11 +0000 |
commit | 975808169825ad8af03d264edc9e5ef051735154 (patch) | |
tree | 6ef8c19f07201b8b01b5e913f48deb463e051e29 /devel/kimwitu++/files/patch-src::Makefile.in | |
parent | 0c7ea54ffe053e27ffebe3c85fbb9e0808fcd3e7 (diff) | |
download | ports-975808169825ad8af03d264edc9e5ef051735154.tar.gz ports-975808169825ad8af03d264edc9e5ef051735154.zip |
Notes
Diffstat (limited to 'devel/kimwitu++/files/patch-src::Makefile.in')
-rw-r--r-- | devel/kimwitu++/files/patch-src::Makefile.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/kimwitu++/files/patch-src::Makefile.in b/devel/kimwitu++/files/patch-src::Makefile.in new file mode 100644 index 000000000000..7cad4c3184c6 --- /dev/null +++ b/devel/kimwitu++/files/patch-src::Makefile.in @@ -0,0 +1,25 @@ +--- src/Makefile.in.orig Fri Mar 16 00:15:52 2001 ++++ src/Makefile.in Mon Apr 23 23:38:09 2001 +@@ -167,13 +167,9 @@ + #YCFLAGS += -DMYLEXDEBUG + #YCFLAGS += -DYYDEBUG=1 -DMYLEXDEBUG + DEFINES := -DARCH=$(ARCH) +-CXXFLAGS := -g +-CXXFLAGSOPT := -O2\ -s + + ifneq (,$(findstring ++,$(CXX))) + # -ansi should be here but it's buggy (and should be called -iso anyway) +-CXXFLAGS := -Wall -Wno-unused -Wno-uninitialized -g +-CXXFLAGSOPT := $(CXXFLAGSOPT)\ -Os + ifeq "$(WARN)" "y" + CXXFLAGS += -Wold-style-cast -Weffc++ + endif +@@ -229,7 +225,7 @@ + touch tstamp.kc ; \ + $(MAKE) -e -f $${olddir}/Makefile \ + ROOT=$${olddir} \ +- CXXFLAGS=$(CXXFLAGSOPT) \ ++ CXXFLAGS+=$(CXXFLAGSOPT) \ + $(BOOTSTRAPTARGET) + + s1: |