From 80181e1e2c13df04959fc2556ac3d7e993712053 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Thu, 2 Nov 2000 02:40:59 +0000 Subject: Add CC and CFLAGS to MAKE_ARGS. --- textproc/expat/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'textproc') 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: -- cgit