summaryrefslogtreecommitdiff
path: root/devel/boost
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-11-03 00:16:32 +0000
committerjlam <jlam@pkgsrc.org>2000-11-03 00:16:32 +0000
commit414cb0a5a965d01251b589c316db09c4f02534c5 (patch)
tree0f3932a620e95c5b6255f81ae5b86263fd3f5682 /devel/boost
parent8c0ed400a0a62add7654df39e3ea9eeb93f75921 (diff)
downloadpkgsrc-414cb0a5a965d01251b589c316db09c4f02534c5.tar.gz
Honor CXX and CXXFLAGS definitions from the environment during build.
Diffstat (limited to 'devel/boost')
-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}