diff options
author | knu <knu@FreeBSD.org> | 2000-11-02 02:40:59 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-11-02 02:40:59 +0000 |
commit | 2e17171ac4a148a516622997775928bdd1c3f2f3 (patch) | |
tree | 6f7fd19aa09fec063707bdb19272527ea2d3bfbe /textproc/expat | |
parent | 23b330e80aca37daa024a3b741134b74874cefbe (diff) | |
download | FreeBSD-ports-2e17171ac4a148a516622997775928bdd1c3f2f3.zip FreeBSD-ports-2e17171ac4a148a516622997775928bdd1c3f2f3.tar.gz |
Add CC and CFLAGS to MAKE_ARGS.
Diffstat (limited to 'textproc/expat')
-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 9a9b3a20..fc156f8 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: |