From 705f7d06aa5685fa6bf291a032cde040e0be4845 Mon Sep 17 00:00:00 2001 From: sketch Date: Tue, 20 Jan 2009 20:01:23 +0000 Subject: Disable inline across source files on Sun Studio. --- audio/toolame/Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'audio/toolame') 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 -- cgit v1.2.3