From 8777ceefe683428ff67a565b66bac90d16934f0e Mon Sep 17 00:00:00 2001 From: wilfried Date: Mon, 12 Mar 2001 14:51:21 +0000 Subject: [PATCH] respect CXXFLAGS --- textproc/sp/files/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/sp/files/Makefile.inc b/textproc/sp/files/Makefile.inc index 8704ac94aa8..0c37a9737bb 100644 --- a/textproc/sp/files/Makefile.inc +++ b/textproc/sp/files/Makefile.inc @@ -39,7 +39,7 @@ DEBUG= # called "catalog" in the same directory as the document entity. DEFINES=-DSGML_CATALOG_FILES_DEFAULT=\"${PREFIX}/share/sgml/catalog\" INCLUDES+=-I. -I${.CURDIR}/../include -I${.CURDIR}/../generic -CXXFLAGS=-ansi $(DEBUG) $(WARN) $(DEFINES) $(INCLUDES) +CXXFLAGS+=-ansi $(DEBUG) $(WARN) $(DEFINES) $(INCLUDES) .SUFFIXES: .m4 .msg .h .cc .C .cxx .o .po .so