summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorasau <asau>2014-06-26 20:10:38 +0000
committerasau <asau>2014-06-26 20:10:38 +0000
commit09c3560f54f04a37ca9c4f527e2994b61afe5919 (patch)
treeec3993117e38a612d30b545d52a8455bf7a69ff7 /archivers
parentf1f9324bd783f160c6bda5416b3470a78bb26b0d (diff)
downloadpkgsrc-09c3560f54f04a37ca9c4f527e2994b61afe5919.tar.gz
Create more symbolic links to fix build on FreeBSD 10.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/star/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/archivers/star/Makefile b/archivers/star/Makefile
index a4b2d2f1377..15eec1548a3 100644
--- a/archivers/star/Makefile
+++ b/archivers/star/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2012/09/11 19:47:01 asau Exp $
+# $NetBSD: Makefile,v 1.30 2014/06/26 20:10:38 asau Exp $
#
DISTNAME= star-1.4.3
@@ -32,6 +32,8 @@ pre-build:
${LN} -s i586-linux-cc.rul x86_64-linux-cc.rul; \
${LN} -s os-freebsd.id os-dragonfly.id; \
${LN} -s i386-freebsd-gcc.rul x86_64-freebsd-gcc.rul; \
- ${LN} -s i386-freebsd-cc.rul x86_64-freebsd-cc.rul
+ ${LN} -s i386-freebsd-cc.rul x86_64-freebsd-cc.rul; \
+ ${LN} -s i386-freebsd-gcc.rul amd64-freebsd-gcc.rul; \
+ ${LN} -s i386-freebsd-cc.rul amd64-freebsd-cc.rul
.include "../../mk/bsd.pkg.mk"