summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2009-02-03 09:46:41 +0000
committeruebayasi <uebayasi@pkgsrc.org>2009-02-03 09:46:41 +0000
commita0b558f3d91622013cbb162f7de7993a37ad1b34 (patch)
treecb78721763f6930b773e9d93b06e6b4798e1b9ba /net
parentf449e104a48f564a64051318f7b8806e572b444c (diff)
downloadpkgsrc-a0b558f3d91622013cbb162f7de7993a37ad1b34.tar.gz
Samba embeds lots of debug info into shipped binaries; one is an explicit
source directory source/smbd/build_options.c and __FILE__ lines in DEBUG(). Give up wrkref checks here.
Diffstat (limited to 'net')
-rw-r--r--net/samba/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index bb29d96cf62..7903511ec7c 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.186 2008/11/28 03:17:58 taca Exp $
+# $NetBSD: Makefile,v 1.187 2009/02/03 09:46:41 uebayasi Exp $
.include "Makefile.mirrors"
@@ -23,6 +23,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/${DISTNAME}/source
GNU_CONFIGURE= yes
BUILD_DEFS+= VARBASE
+CHECK_WRKREF_SKIP= *
.include "../../mk/bsd.prefs.mk"