diff options
author | asau <asau@pkgsrc.org> | 2014-06-26 20:10:38 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2014-06-26 20:10:38 +0000 |
commit | 903a895413fca3765f31d97021c660f362429764 (patch) | |
tree | ec3993117e38a612d30b545d52a8455bf7a69ff7 /archivers/star/Makefile | |
parent | 8b30d19ada5dceec7a5890e798c2b8f4ba61cafd (diff) | |
download | pkgsrc-903a895413fca3765f31d97021c660f362429764.tar.gz |
Create more symbolic links to fix build on FreeBSD 10.
Diffstat (limited to 'archivers/star/Makefile')
-rw-r--r-- | archivers/star/Makefile | 6 |
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" |