summaryrefslogtreecommitdiff
path: root/textproc/expat
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-11-02 02:40:59 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-11-02 02:40:59 +0000
commit80181e1e2c13df04959fc2556ac3d7e993712053 (patch)
treeda8eed90c08cf91802c6e31b7fa78dc8565fe571 /textproc/expat
parentUse binaries made available by kdegraphics2 + kdemultimedia2. (diff)
Add CC and CFLAGS to MAKE_ARGS.
Notes
Notes: svn path=/head/; revision=34581
Diffstat (limited to 'textproc/expat')
-rw-r--r--textproc/expat/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile
index 9a9b3a207912..fc156f8083ae 100644
--- a/textproc/expat/Makefile
+++ b/textproc/expat/Makefile
@@ -15,7 +15,10 @@ MAINTAINER= knu@FreeBSD.org
SHLIB_MAJOR= 1
MAKEFILES= Makefile.lib Makefile.prog
-MAKE_ARGS= SHLIB_MAJOR="${SHLIB_MAJOR}" NOPROFILE=true
+MAKE_ARGS= CC="${CC}" \
+ CFLAGS="${CFLAGS}" \
+ SHLIB_MAJOR="${SHLIB_MAJOR}" \
+ NOPROFILE=true
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
do-build: