pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/star Add another case symlinking configurati...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2696e5617037
branches:  trunk
changeset: 604086:2696e5617037
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Wed May 23 03:23:56 2012 +0000

description:
Add another case symlinking configuration templates; should fix ppc build.

diffstat:

 archivers/star/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a69cfc9dd21a -r 2696e5617037 archivers/star/Makefile
--- a/archivers/star/Makefile   Wed May 23 03:02:26 2012 +0000
+++ b/archivers/star/Makefile   Wed May 23 03:23:56 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2012/03/20 14:19:15 hans Exp $
+# $NetBSD: Makefile,v 1.28 2012/05/23 03:23:56 dholland Exp $
 #
 
 DISTNAME=      star-1.4.3
@@ -25,7 +25,7 @@
 
 pre-build:
        set -e; \
-       cd ${WRKSRC}/RULES && for i in arm mipsel x86_64 sparc64; do    \
+       cd ${WRKSRC}/RULES && for i in arm mipsel x86_64 sparc64 powerpc; do \
                ${LN} -s i386-netbsd-gcc.rul "$$i"-netbsd-gcc.rul;      \
                ${LN} -s i386-netbsd-cc.rul "$$i"-netbsd-cc.rul; done
        cd ${WRKSRC}/RULES && \



Home | Main Index | Thread Index | Old Index