diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-11-02 02:40:59 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-11-02 02:40:59 +0000 |
commit | 80181e1e2c13df04959fc2556ac3d7e993712053 (patch) | |
tree | da8eed90c08cf91802c6e31b7fa78dc8565fe571 /textproc | |
parent | Use binaries made available by kdegraphics2 + kdemultimedia2. (diff) |
Add CC and CFLAGS to MAKE_ARGS.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/expat/Makefile | 5 |
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: |