diff options
author | wiedi <wiedi@pkgsrc.org> | 2015-12-08 01:21:01 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2015-12-08 01:21:01 +0000 |
commit | 3227d7c9d12b40fdd4584512deecaf1dc108384a (patch) | |
tree | d8751541c9647f96aa604a1cf4fd4766583038cf /ham/gnuradio-core | |
parent | b8bede4e45bdbf3075220d6ee9c44976c4fabbcd (diff) | |
download | pkgsrc-3227d7c9d12b40fdd4584512deecaf1dc108384a.tar.gz |
Set environment for awk so it does not miss dylibs on OSX
Diffstat (limited to 'ham/gnuradio-core')
-rw-r--r-- | ham/gnuradio-core/Nocore.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/gnuradio-core/Nocore.mk b/ham/gnuradio-core/Nocore.mk index f9954394d58..0fa2394b230 100644 --- a/ham/gnuradio-core/Nocore.mk +++ b/ham/gnuradio-core/Nocore.mk @@ -1,4 +1,4 @@ -# $NetBSD: Nocore.mk,v 1.7 2015/09/01 04:13:43 mef Exp $ +# $NetBSD: Nocore.mk,v 1.8 2015/12/08 01:21:01 wiedi Exp $ DEPENDS+= gnuradio-core-[0-9]*:../../ham/gnuradio-core @@ -25,7 +25,7 @@ post-install: fi \ done \ done \ - | ${AWK} ${_PLIST_SHLIB_AWK} \ + | ${PKGSRC_SETENV} ${_PLIST_AWK_ENV} ${AWK} ${_PLIST_SHLIB_AWK} \ > ${WRKDIR}/.PLIST.minus; (cd ${WRKDIR}/.destdir/${PREFIX}; \ ${RM} -f $$(cat ${WRKDIR}/.PLIST.minus) ); |