summaryrefslogtreecommitdiff
path: root/archivers/star
diff options
context:
space:
mode:
authordholland <dholland>2012-05-23 03:23:56 +0000
committerdholland <dholland>2012-05-23 03:23:56 +0000
commit89f512fdd37dc75d28c67bff3494f1b418a72f13 (patch)
tree79ce987fffe7c7ffa6c328766e845ad67a084d95 /archivers/star
parent0efd1efc93fb84ae4200797fd597f039d913b661 (diff)
downloadpkgsrc-89f512fdd37dc75d28c67bff3494f1b418a72f13.tar.gz
Add another case symlinking configuration templates; should fix ppc build.
Diffstat (limited to 'archivers/star')
-rw-r--r--archivers/star/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/star/Makefile b/archivers/star/Makefile
index d81488751dc..64e71a91614 100644
--- a/archivers/star/Makefile
+++ b/archivers/star/Makefile
@@ -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 @@ MAKE_ENV+= CCOM=gcc
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 && \