summaryrefslogtreecommitdiff
path: root/sysutils/strace
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-10-09 11:36:04 +0000
committerobache <obache@pkgsrc.org>2010-10-09 11:36:04 +0000
commit98d401710694eba3b25be840b4ae1fb0540b7a3c (patch)
tree2cdc774f0147a6d1698df5d87d2b89851eca0337 /sysutils/strace
parentd82b7224a3e150919d2515018346222d16b02149 (diff)
downloadpkgsrc-98d401710694eba3b25be840b4ae1fb0540b7a3c.tar.gz
Tell source location of NetBSD.
Diffstat (limited to 'sysutils/strace')
-rw-r--r--sysutils/strace/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/strace/Makefile b/sysutils/strace/Makefile
index 679d67f6317..1d51fb6dc60 100644
--- a/sysutils/strace/Makefile
+++ b/sysutils/strace/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2009/08/25 12:32:56 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2010/10/09 11:36:04 obache Exp $
#
DISTNAME= strace-4.5.15
@@ -28,8 +28,10 @@ pre-configure:
.endif
.if ${OPSYS} == "NetBSD"
+MAKE_ENV+= NETBSD_SRCDIR=${BSD_SRCDIR:Q}
pre-configure:
${CP} -f ${WRKSRC}/syscalls.pl ${WRKSRC}/netbsd
+
.endif
.include "../../mk/bsd.pkg.mk"