pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/star Add missing rules files for sun4v-sunos...
details: https://anonhg.NetBSD.org/pkgsrc/rev/af8ea17c46f9
branches: trunk
changeset: 355720:af8ea17c46f9
user: dholland <dholland%pkgsrc.org@localhost>
date: Sun Dec 11 03:58:36 2016 +0000
description:
Add missing rules files for sun4v-sunos4. Fixes PR 44379.
diffstat:
archivers/star/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 0cc246819f30 -r af8ea17c46f9 archivers/star/Makefile
--- a/archivers/star/Makefile Sun Dec 11 03:33:12 2016 +0000
+++ b/archivers/star/Makefile Sun Dec 11 03:58:36 2016 +0000
@@ -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 @@
${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"
Home |
Main Index |
Thread Index |
Old Index