aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-11-02 10:53:20 +0800
committerknu <knu@FreeBSD.org>2000-11-02 10:53:20 +0800
commitf95caf42f8458d8f867e36e7baa52c270931b847 (patch)
treeb017c28e839ce39efbe85fa78a491ed4c43150c0 /textproc
parent5fee90945fba160fb4b937f0ac4341ad4687b8f5 (diff)
downloadfreebsd-ports-gnome-f95caf42f8458d8f867e36e7baa52c270931b847.tar.gz
freebsd-ports-gnome-f95caf42f8458d8f867e36e7baa52c270931b847.tar.zst
freebsd-ports-gnome-f95caf42f8458d8f867e36e7baa52c270931b847.zip
D'oh! Back out the previous commit.
I thought I should allow users to pass those variables from command line (make CFLAGS='-O6', etc.), but it wasn't supposed to work anyway. Pointy hat to: knu (Halloween is over, hah!)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/expat/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile
index fc156f8083ae..936880f289b1 100644
--- a/textproc/expat/Makefile
+++ b/textproc/expat/Makefile
@@ -15,9 +15,7 @@ MAINTAINER= knu@FreeBSD.org
SHLIB_MAJOR= 1
MAKEFILES= Makefile.lib Makefile.prog
-MAKE_ARGS= CC="${CC}" \
- CFLAGS="${CFLAGS}" \
- SHLIB_MAJOR="${SHLIB_MAJOR}" \
+MAKE_ARGS= SHLIB_MAJOR="${SHLIB_MAJOR}" \
NOPROFILE=true
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"