pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/star
Module Name: pkgsrc
Committed By: dholland
Date: Sun Dec 11 03:58:36 UTC 2016
Modified Files:
pkgsrc/archivers/star: Makefile
Log Message:
Add missing rules files for sun4v-sunos4. Fixes PR 44379.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/archivers/star/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/star/Makefile
diff -u pkgsrc/archivers/star/Makefile:1.36 pkgsrc/archivers/star/Makefile:1.37
--- pkgsrc/archivers/star/Makefile:1.36 Sat Jan 23 03:43:11 2016
+++ pkgsrc/archivers/star/Makefile Sun Dec 11 03:58:36 2016
@@ -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"
Home |
Main Index |
Thread Index |
Old Index