summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-03-27 07:47:30 +0000
committerobache <obache@pkgsrc.org>2011-03-27 07:47:30 +0000
commit1f8bdcbd688ec427b7c754183debda7284d5e709 (patch)
tree627ba93f134eb63f5539fc279addfadbcb5db901
parenteba82c3e6ea41257b43183abe22bbf71eaaf227c (diff)
downloadpkgsrc-1f8bdcbd688ec427b7c754183debda7284d5e709.tar.gz
Allow to build on FreeBSD-x86_64 and DragonFly-x86_64.
-rw-r--r--archivers/star/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/star/Makefile b/archivers/star/Makefile
index def5d1d1ade..e356e447d68 100644
--- a/archivers/star/Makefile
+++ b/archivers/star/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2011/01/13 08:56:19 obache Exp $
+# $NetBSD: Makefile,v 1.25 2011/03/27 07:47:30 obache Exp $
#
DISTNAME= star-1.4.3
@@ -24,6 +24,7 @@ pre-build:
cd ${WRKSRC}/RULES && for i in arm mipsel x86_64 sparc64; do \
${LN} -s i386-netbsd-cc.rul "$$i"-netbsd-cc.rul; done
cd ${WRKSRC}/RULES && \
- ${LN} -s os-freebsd.id os-dragonfly.id
+ ${LN} -s os-freebsd.id os-dragonfly.id; \
+ ${LN} -s i386-freebsd-cc.rul x86_64-freebsd-cc.rul
.include "../../mk/bsd.pkg.mk"