summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-02-28 16:50:58 +0000
committerjlam <jlam@pkgsrc.org>2001-02-28 16:50:58 +0000
commit43de2278e84a93598fbea779131ac3e7e4fb3477 (patch)
tree3c89be42a0211eb73d7ab9e41990b5ea49191c6f /sysutils
parent8ef26e1c4d10d4964d69770932a4afed3fde3957 (diff)
downloadpkgsrc-43de2278e84a93598fbea779131ac3e7e4fb3477.tar.gz
Honor CFLAGS passed in from environment.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/lsof/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index c19e2adf5df..adfe1211ce8 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2001/02/28 15:07:41 atatat Exp $
+# $NetBSD: Makefile,v 1.38 2001/02/28 16:50:58 jlam Exp $
# FreeBSD Id: Makefile,v 1.19 1998/03/08 06:44:48 obrien Exp
#
@@ -20,6 +20,7 @@ COMMENT= Lists information about open files
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./Configure
CONFIGURE_ARGS= -n ${LOWER_OPSYS}
+CONFIGURE_ENV+= LSOF_CC="${CC} ${CFLAGS}"
SRCBALL_NAME= ${DISTNAME:S/_W$//}