summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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