pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/mpg123 Use correct target when building "mpg123"...
details: https://anonhg.NetBSD.org/pkgsrc/rev/31bfe686e952
branches: trunk
changeset: 505968:31bfe686e952
user: tron <tron%pkgsrc.org@localhost>
date: Mon Jan 09 22:04:38 2006 +0000
description:
Use correct target when building "mpg123" with NAS support under Linux.
diffstat:
audio/mpg123/Makefile.common | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 957690a47e9b -r 31bfe686e952 audio/mpg123/Makefile.common
--- a/audio/mpg123/Makefile.common Mon Jan 09 22:03:37 2006 +0000
+++ b/audio/mpg123/Makefile.common Mon Jan 09 22:04:38 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2006/01/09 17:52:07 tron Exp $
+# $NetBSD: Makefile.common,v 1.27 2006/01/09 22:04:38 tron Exp $
DISTNAME= mpg123-0.59r
MPG123_VERSION= 0.59.18
@@ -45,7 +45,9 @@
.elif ${OPSYS} == "IRIX"
BUILD_TARGET= sgi
.elif ${OPSYS} == "Linux"
-. if ${MACHINE_ARCH} == "i386"
+. if ${TARGET_SUFFIX} == "-nas"
+BUILD_TARGET= linux-nas
+. elif ${MACHINE_ARCH} == "i386"
BUILD_TARGET= linux
. elif ${MACHINE_ARCH} == "powerpc"
BUILD_TARGET= linux-ppc
Home |
Main Index |
Thread Index |
Old Index