summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/festival/Makefile4
-rw-r--r--audio/flac/Makefile4
-rw-r--r--audio/mpg123/Makefile.common4
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile
index 74127b2e87c..5d54ae3f9e3 100644
--- a/audio/festival/Makefile
+++ b/audio/festival/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2004/01/22 07:15:00 grant Exp $
+# $NetBSD: Makefile,v 1.31 2004/02/09 19:57:54 jlam Exp $
DISTNAME= festival-1.4.1
PKGREVISION= 1
@@ -29,7 +29,7 @@ FHOME= ${PREFIX}/share/festival
.include "../../mk/bsd.prefs.mk"
-.if defined(USE_SUNPRO)
+.if !empty(PKGSRC_COMPILER:Msunpro)
PKG_COMPILER?= suncc
.else
PKG_COMPILER!= case "${CC_VERSION}" in \
diff --git a/audio/flac/Makefile b/audio/flac/Makefile
index a2a9c2dd3f4..77ac499bbb0 100644
--- a/audio/flac/Makefile
+++ b/audio/flac/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/02/03 12:38:51 abs Exp $
+# $NetBSD: Makefile,v 1.19 2004/02/09 19:57:54 jlam Exp $
#
DISTNAME= flac-1.1.0
@@ -29,7 +29,7 @@ BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
# This version of flac doesn't seem to build correctly with -O3 using
# the MIPSpro compiler.
#
-.if defined(USE_MIPSPRO)
+.if !empty(PKGSRC_COMPILER:Mmipspro)
BUILDLINK_TRANSFORM+= S:-O3:
.endif
diff --git a/audio/mpg123/Makefile.common b/audio/mpg123/Makefile.common
index 490d6ca4a2c..4520abc0048 100644
--- a/audio/mpg123/Makefile.common
+++ b/audio/mpg123/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2003/12/18 19:04:29 sketch Exp $
+# $NetBSD: Makefile.common,v 1.13 2004/02/09 19:57:55 jlam Exp $
DISTNAME= mpg123-0.59r
MPG123_VERSION= 0.59.18
@@ -22,7 +22,7 @@ USE_BUILDLINK2= # defined
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
-. if defined(USE_SUNPRO)
+. if !empty(PKGSRC_COMPILER:Msunpro)
ALL_TARGET= solaris
. else
ALL_TARGET= solaris-gcc${TARGET_SUFFIX}