summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2006-09-13 14:04:35 +0000
committersalo <salo@pkgsrc.org>2006-09-13 14:04:35 +0000
commit7fb8d4691e453dfba4167e06548baccf6f71218d (patch)
tree636d07005eb583762008d4347cfa98697e82e455
parent02f059ca2694865594fea75f31a0f918950cb161 (diff)
downloadpkgsrc-7fb8d4691e453dfba4167e06548baccf6f71218d.tar.gz
Pullup ticket 1824 - requested by jdc
sparc64 build fix for nas Revisions pulled up: - pkgsrc/audio/nas/Makefile 1.67 Module Name: pkgsrc Committed By: markd Date: Wed Sep 6 12:08:30 UTC 2006 Modified Files: pkgsrc/audio/nas: Makefile Log Message: Fix PLIST for sparc64.
-rw-r--r--audio/nas/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile
index 9b6ae3d5b55..78de82e0fbd 100644
--- a/audio/nas/Makefile
+++ b/audio/nas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61.2.1 2006/07/09 21:30:57 salo Exp $
+# $NetBSD: Makefile,v 1.61.2.2 2006/09/13 14:04:35 salo Exp $
DISTNAME= nas-1.8.src
PKGNAME= ${DISTNAME:S/.src//}
@@ -49,6 +49,7 @@ PLIST_SRC= ${PKGDIR}/PLIST.clients
.if ${OPSYS} != "Interix"
. if (${MACHINE_ARCH} == "i386") || \
(${MACHINE_ARCH} == "x86_64") || \
+ (${MACHINE_ARCH} == "sparc64") || \
(${MACHINE_ARCH} == "sparc")
. include "../../mk/oss.buildlink3.mk"
EGDIR= ${PREFIX}/share/examples/nas