diff options
author | tron <tron@pkgsrc.org> | 2006-01-09 17:52:07 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-01-09 17:52:07 +0000 |
commit | 7fc53aea7bf6a197d45c3213a428be4eb4da6a79 (patch) | |
tree | c57535a391b02694deb7b9f2bd2e580f609fa07e /audio | |
parent | 8f0f046d467e9e2576698109685a1d7b75032941 (diff) | |
download | pkgsrc-7fc53aea7bf6a197d45c3213a428be4eb4da6a79.tar.gz |
Correct default NetBSD build target. This should make "mpg123-nas" work
under NetBSD-amd64. Patch provided by Wojciech Puchar in PR pkg/30861.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpg123/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpg123/Makefile.common b/audio/mpg123/Makefile.common index 8d52657f1bf..09a42d705d5 100644 --- a/audio/mpg123/Makefile.common +++ b/audio/mpg123/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.25 2006/01/09 17:43:58 tron Exp $ +# $NetBSD: Makefile.common,v 1.26 2006/01/09 17:52:07 tron Exp $ DISTNAME= mpg123-0.59r MPG123_VERSION= 0.59.18 @@ -71,7 +71,7 @@ BUILD_TARGET= netbsd-arm${TARGET_SUFFIX} . elif ${MACHINE_ARCH} == "m68k" BUILD_TARGET= netbsd-m68k${TARGET_SUFFIX} . else -BUILD_TARGET= netbsd +BUILD_TARGET= netbsd${TARGET_SUFFIX} . endif .else BUILD_TARGET= ${LOWER_OPSYS}${TARGET_SUFFIX} |