summaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authorjlam <jlam>2001-02-28 16:50:58 +0000
committerjlam <jlam>2001-02-28 16:50:58 +0000
commite248d4f93150f84295924aa81fb8d561c52393c1 (patch)
tree3c89be42a0211eb73d7ab9e41990b5ea49191c6f /sysutils/lsof
parentf7eabcc8606a46fb2b7d01e9edfd62d1f2baa916 (diff)
downloadpkgsrc-e248d4f93150f84295924aa81fb8d561c52393c1.tar.gz
Honor CFLAGS passed in from environment.
Diffstat (limited to 'sysutils/lsof')
-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$//}