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 | bb2756ac26fc490a165584e9b2c2b3b5485b742d (patch) | |
tree | ec3993117e38a612d30b545d52a8455bf7a69ff7 /archivers/star | |
parent | 82b1da408bbedc29199b86d93f35ecbafd9bb396 (diff) | |
download | pkgsrc-bb2756ac26fc490a165584e9b2c2b3b5485b742d.tar.gz |
Create more symbolic links to fix build on FreeBSD 10.
Diffstat (limited to 'archivers/star')
-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" |