pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/mpg123 fall back to 'netbsd' target if there's n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d62a499a9833
branches:  trunk
changeset: 462998:d62a499a9833
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Oct 23 21:39:52 2003 +0000

description:
fall back to 'netbsd' target if there's no special arch target.

noted by martin@.

diffstat:

 audio/mpg123/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0d745cfd7a0c -r d62a499a9833 audio/mpg123/Makefile.common
--- a/audio/mpg123/Makefile.common      Thu Oct 23 18:11:49 2003 +0000
+++ b/audio/mpg123/Makefile.common      Thu Oct 23 21:39:52 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2003/10/18 11:32:39 grant Exp $
+# $NetBSD: Makefile.common,v 1.11 2003/10/23 21:39:52 grant Exp $
 
 DISTNAME=      mpg123-0.59r
 MPG123_VERSION=        0.59.18
@@ -48,6 +48,8 @@
 .    endif # MPG123_ARM_FIXED64
 .  elif ${MACHINE_ARCH} == "m68k"
 ALL_TARGET=    netbsd-m68k${TARGET_SUFFIX}
+.  else
+ALL_TARGET=    netbsd
 .  endif
 .else
 ALL_TARGET=    ${LOWER_OPSYS}${TARGET_SUFFIX}



Home | Main Index | Thread Index | Old Index