summaryrefslogtreecommitdiff
path: root/audio/mpg123/Makefile
diff options
context:
space:
mode:
authorsimonb <simonb>1999-10-12 04:43:11 +0000
committersimonb <simonb>1999-10-12 04:43:11 +0000
commite9f61ebe1fbfc66730d3557960b6a16d335ba55f (patch)
treea46da39c5f6015f1a24917888a3598a1753e78be /audio/mpg123/Makefile
parent21307cd75fb959039aaa30dc2aa82f63a71bebbe (diff)
downloadpkgsrc-e9f61ebe1fbfc66730d3557960b6a16d335ba55f.tar.gz
Add fixed-point support used by the arm32.
XXX: Uses strongarm C-compiler options to use 32x32=64 int multiply.
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r--audio/mpg123/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index ade28a6a22d..3be1f026fc0 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 1999/09/27 08:27:47 agc Exp $
+# $NetBSD: Makefile,v 1.18 1999/10/12 04:43:11 simonb Exp $
#
DISTNAME= mpg123-0.59r
@@ -18,6 +18,8 @@ ALL_TARGET= netbsd-i386-elf
.else
ALL_TARGET= netbsd-i386
.endif
+.elif (${MACHINE_ARCH} == "arm32")
+ALL_TARGET= netbsd-arm32
.elif (${MACHINE_ARCH} == "m68k")
ALL_TARGET= netbsd-m68k
.else