summaryrefslogtreecommitdiff
path: root/net/sipsak/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/sipsak/Makefile')
-rw-r--r--net/sipsak/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/net/sipsak/Makefile b/net/sipsak/Makefile
index d4432eda1df..ee0d2238ef6 100644
--- a/net/sipsak/Makefile
+++ b/net/sipsak/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2010/01/17 12:02:35 wiz Exp $
+# $NetBSD: Makefile,v 1.7.4.1 2010/07/04 07:23:34 agc Exp $
DISTNAME= sipsak-0.9.6-1
PKGNAME= ${DISTNAME:S/-1//}
@@ -17,6 +17,15 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/-1//}
GNU_CONFIGURE= YES
USE_TOOLS+= gmake
+.include "../../mk/bsd.prefs.mk"
+
+.if ${PKGSRC_COMPILER} == "sunpro"
+SUBST_CLASSES+= inline
+SUBST_STAGE.inline= post-patch
+SUBST_FILES.inline= header_f.h
+SUBST_SED.inline= -e 's/inline //g'
+.endif
+
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
.include "../../security/openssl/buildlink3.mk"