diff options
author | sketch <sketch> | 2003-12-18 19:04:29 +0000 |
---|---|---|
committer | sketch <sketch> | 2003-12-18 19:04:29 +0000 |
commit | 1de3bd42849790777296760cfc68335b7f9e5365 (patch) | |
tree | 1c39058ec2c892f0c5188c19361dd2629297172c /audio/mpg123 | |
parent | f0f7d2c8ac5ce164bf3e7bf9e88f0fa989e421d2 (diff) | |
download | pkgsrc-1de3bd42849790777296760cfc68335b7f9e5365.tar.gz |
Get the default target for Solaris working with USE_SUNPRO.
Still TODO: Add targets for -nas and -esd back-ends to match GCC.
Diffstat (limited to 'audio/mpg123')
-rw-r--r-- | audio/mpg123/Makefile.common | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/mpg123/Makefile.common b/audio/mpg123/Makefile.common index e5f14ed32c8..490d6ca4a2c 100644 --- a/audio/mpg123/Makefile.common +++ b/audio/mpg123/Makefile.common @@ -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 @@ USE_BUILDLINK2= # defined .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" |