aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-11-02 10:53:20 +0800
committerAkinori MUSHA <knu@FreeBSD.org>2000-11-02 10:53:20 +0800
commit83e7bbbdc5dce6f4c3b141fb3f1a1cc0fd701e2e (patch)
treef775f633a4c6da1bd0e3bfe790801ba491f591e0 /textproc
parentc982e3f9d3727d4bc94a286df30ce7df012a145a (diff)
downloadfreebsd-ports-gnome-83e7bbbdc5dce6f4c3b141fb3f1a1cc0fd701e2e.tar.gz
freebsd-ports-gnome-83e7bbbdc5dce6f4c3b141fb3f1a1cc0fd701e2e.tar.zst
freebsd-ports-gnome-83e7bbbdc5dce6f4c3b141fb3f1a1cc0fd701e2e.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}"