summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorsketch <sketch@pkgsrc.org>2009-01-20 20:01:23 +0000
committersketch <sketch@pkgsrc.org>2009-01-20 20:01:23 +0000
commit705f7d06aa5685fa6bf291a032cde040e0be4845 (patch)
tree57b3c5a62bbb9f689c436f2c518f3ae2c594677a /audio
parentf6b14229096735521313b94c661ab24b7037a541 (diff)
downloadpkgsrc-705f7d06aa5685fa6bf291a032cde040e0be4845.tar.gz
Disable inline across source files on Sun Studio.
Diffstat (limited to 'audio')
-rw-r--r--audio/toolame/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/audio/toolame/Makefile b/audio/toolame/Makefile
index d1a038632b9..e62cf1a4573 100644
--- a/audio/toolame/Makefile
+++ b/audio/toolame/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2007/07/14 19:12:22 heinz Exp $
+# $NetBSD: Makefile,v 1.18 2009/01/20 20:01:23 sketch Exp $
#
DISTNAME= toolame-02l
@@ -22,6 +22,16 @@ BUILD_TARGET= toolame
INSTALLATION_DIRS= bin
+.include "../../mk/bsd.prefs.mk"
+
+.if !empty(PKGSRC_COMPILER:Msunpro)
+SUBST_CLASSES+= inline
+SUBST_MESSAGE.inline= Disable inline on Sun Studio
+SUBST_STAGE.inline= post-patch
+SUBST_FILES.inline= Makefile
+SUBST_SED.inline= -e 's,INLINE=inline,INLINE=,'
+.endif
+
TOOLAME_HTMLFILES= changes.html default.html psycho.html readme.html vbr.html
do-install:
${INSTALL_DATA_DIR} ${DESTDIR:Q}${PREFIX:Q}/share/doc/html/toolame