diff options
author | jlam <jlam@pkgsrc.org> | 2001-02-28 16:50:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-02-28 16:50:58 +0000 |
commit | 43de2278e84a93598fbea779131ac3e7e4fb3477 (patch) | |
tree | 3c89be42a0211eb73d7ab9e41990b5ea49191c6f /sysutils/lsof | |
parent | 8ef26e1c4d10d4964d69770932a4afed3fde3957 (diff) | |
download | pkgsrc-43de2278e84a93598fbea779131ac3e7e4fb3477.tar.gz |
Honor CFLAGS passed in from environment.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 3 |
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$//} |