summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-09-30 14:41:03 +0000
committerjoerg <joerg@pkgsrc.org>2008-09-30 14:41:03 +0000
commit9345f84b804907ff2313a953f49a6047ccdfcbbf (patch)
tree509a26e14023ca141856c7a1866127ffccca0835 /sysutils
parentc5b0921970e68fb139665c0fbe10a2d6fdc9b4d8 (diff)
downloadpkgsrc-9345f84b804907ff2313a953f49a6047ccdfcbbf.tar.gz
Fix build on amd64. This is horrible code and e.g. using GCC builtins
would be much cleaner. Mark as destdir safe.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/9base/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/9base/Makefile b/sysutils/9base/Makefile
index 09b1ccd7236..fee4ffca622 100644
--- a/sysutils/9base/Makefile
+++ b/sysutils/9base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/03/25 07:37:54 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2008/09/30 14:41:03 joerg Exp $
#
DISTNAME= 9base-20051114
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.suckless.org/wiki/wmii/download
COMMENT= Port of various original plan9 tools
+PKG_DESTDIR_SUPPORT= user-destdir
+
CONFLICTS= rc-[0-9]*
PKG_SHELL= bin/rc
@@ -27,4 +29,7 @@ CONFLICTS+= grep-[0-9]*
CONFLICTS+= gsed-[0-9]*
.endif
+post-extract:
+ ${LN} -s getcallerpc-x86_64.c ${WRKSRC}/lib9/getcallerpc-amd64.c
+
.include "../../mk/bsd.pkg.mk"