summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/boost/files/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/boost/files/Makefile b/devel/boost/files/Makefile
index eb2e0f86d17..c340db79efe 100644
--- a/devel/boost/files/Makefile
+++ b/devel/boost/files/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2000/07/13 18:25:33 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2000/11/03 00:16:32 jlam Exp $
-CXX= c++
+CXX?= c++
LIB= libboost.la
@@ -10,7 +10,7 @@ SRCS= libs/timer/prg_display.cpp \
OBJS= ${SRCS:.cpp=.lo}
LOBJS= ${OBJS:T}
-CXXFLAGS= # empty
+CXXFLAGS+= # empty
CPPFLAGS+= -I${.CURDIR} -I${LOCALBASE}/include/sgi-stl
all: ${LIB}