summaryrefslogtreecommitdiff
path: root/archivers/star
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2016-12-11 03:58:36 +0000
committerdholland <dholland@pkgsrc.org>2016-12-11 03:58:36 +0000
commit809f8a9df9c27a5edf9c159a29a3f126b2008cf5 (patch)
tree9ac6f9b2dc1095701952fc471ed69e59727cadaa /archivers/star
parenteab68b36e961ecdd8e3183802762f9ed051e152b (diff)
downloadpkgsrc-809f8a9df9c27a5edf9c159a29a3f126b2008cf5.tar.gz
Add missing rules files for sun4v-sunos4. Fixes PR 44379.
Diffstat (limited to 'archivers/star')
-rw-r--r--archivers/star/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/archivers/star/Makefile b/archivers/star/Makefile
index a17505f2b30..3a97265889f 100644
--- a/archivers/star/Makefile
+++ b/archivers/star/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2016/01/23 03:43:11 zafer Exp $
+# $NetBSD: Makefile,v 1.37 2016/12/11 03:58:36 dholland Exp $
#
DISTNAME= star-1.4.3
@@ -39,6 +39,8 @@ pre-build:
${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; \
- ${LN} -s x86_64-netbsd-cc.rul amd64-openbsd-cc.rul
+ ${LN} -s x86_64-netbsd-cc.rul amd64-openbsd-cc.rul; \
+ ${LN} -s sun4-sunos5-cc.rul sun4v-sunos5-cc.rul; \
+ ${LN} -s sun4-sunos5-gcc.rul sun4v-sunos5-gcc.rul
.include "../../mk/bsd.pkg.mk"