From 09c3560f54f04a37ca9c4f527e2994b61afe5919 Mon Sep 17 00:00:00 2001 From: asau Date: Thu, 26 Jun 2014 20:10:38 +0000 Subject: Create more symbolic links to fix build on FreeBSD 10. --- archivers/star/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'archivers') 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" -- cgit v1.2.3