summaryrefslogtreecommitdiff
path: root/archivers/star
diff options
context:
space:
mode:
authorobache <obache>2011-03-27 07:47:30 +0000
committerobache <obache>2011-03-27 07:47:30 +0000
commit961a0293564ed5031513a34291a4b67c0bb7e95f (patch)
tree627ba93f134eb63f5539fc279addfadbcb5db901 /archivers/star
parentc8fc834bc848674ca712da8005d40dcc580a4ced (diff)
downloadpkgsrc-961a0293564ed5031513a34291a4b67c0bb7e95f.tar.gz
Allow to build on FreeBSD-x86_64 and DragonFly-x86_64.
Diffstat (limited to 'archivers/star')
-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"