pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/mpg123 Get the default target for Solaris workin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/536214b823b7
branches:  trunk
changeset: 464986:536214b823b7
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Thu Dec 18 19:04:29 2003 +0000

description:
Get the default target for Solaris working with USE_SUNPRO.

Still TODO: Add targets for -nas and -esd back-ends to match GCC.

diffstat:

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

diffs (21 lines):

diff -r 07859ca526f2 -r 536214b823b7 audio/mpg123/Makefile.common
--- a/audio/mpg123/Makefile.common      Thu Dec 18 16:41:30 2003 +0000
+++ b/audio/mpg123/Makefile.common      Thu Dec 18 19:04:29 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2003/10/23 21:39:52 grant Exp $
+# $NetBSD: Makefile.common,v 1.12 2003/12/18 19:04:29 sketch Exp $
 
 DISTNAME=      mpg123-0.59r
 MPG123_VERSION=        0.59.18
@@ -22,7 +22,11 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "SunOS"
+.  if defined(USE_SUNPRO)
+ALL_TARGET=    solaris
+.  else
 ALL_TARGET=    solaris-gcc${TARGET_SUFFIX}
+.  endif
 .elif ${OPSYS} == "IRIX"
 ALL_TARGET=    sgi
 .elif ${OPSYS} == "Linux"



Home | Main Index | Thread Index | Old Index