summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-04-26 10:09:06 +0000
committerasami <asami@FreeBSD.org>1996-04-26 10:09:06 +0000
commit24656d4f9902bff5223ed63a2f2db416f4940095 (patch)
treed8c6f90da8507fb753eef7f08a332bc619b59b0c
parent04ce015dd8c82adbb3c73d79509b95a1afc49403 (diff)
downloadFreeBSD-src-24656d4f9902bff5223ed63a2f2db416f4940095.zip
FreeBSD-src-24656d4f9902bff5223ed63a2f2db416f4940095.tar.gz
Add CFLAGS=${CFLAGS} to MAKE_ENV, otherwise gmake won't pick it up.
-rw-r--r--share/mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index 960c180..cdff4a8 100644
--- a/share/mk/bsd.port.mk
+++ b/share/mk/bsd.port.mk
@@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.200 1996/04/07 08:34:21 asami Exp $
+# $Id: bsd.port.mk,v 1.201 1996/04/12 08:08:36 asami Exp $
#
# Please view me with 4 column tabs!
@@ -263,7 +263,7 @@ MD5_FILE?= ${FILESDIR}/md5
MAKE_FLAGS?= -f
MAKEFILE?= Makefile
-MAKE_ENV?= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} MOTIFLIB="${MOTIFLIB}"
+MAKE_ENV?= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} MOTIFLIB="${MOTIFLIB}" CFLAGS="${CFLAGS}"
NCFTP?= /usr/bin/ncftp
NCFTPFLAGS?= -N
OpenPOWER on IntegriCloud