summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2019-07-14 14:53:20 +0000
committerwiedi <wiedi@pkgsrc.org>2019-07-14 14:53:20 +0000
commit622802279267942e21239e1763eb18fed6f78c9e (patch)
tree7c1d5416f5fd8ddc58d3105d0e6df30e6bb376e0 /chat
parent7cb056bc3a367825896c1e9da6cd4ebb7911609e (diff)
downloadpkgsrc-622802279267942e21239e1763eb18fed6f78c9e.tar.gz
bitlbee: fix build on SunOS
Diffstat (limited to 'chat')
-rw-r--r--chat/bitlbee/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/bitlbee/Makefile b/chat/bitlbee/Makefile
index 281fb7c2267..832f9eaa241 100644
--- a/chat/bitlbee/Makefile
+++ b/chat/bitlbee/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2019/06/04 19:00:09 nia Exp $
+# $NetBSD: Makefile,v 1.80 2019/07/14 14:53:20 wiedi Exp $
DISTNAME= bitlbee-3.6
CATEGORIES= chat
@@ -26,6 +26,7 @@ CONFIGURE_ARGS+= --pidfile=${VARBASE}/run/bitlbee/pid
CONFIGURE_ARGS+= --ipcsocket=${VARBASE}/run/bitlbee/sock
CONFIGURE_ARGS+= --flood=0
CONFIGURE_ARGS+= --ssl=gnutls
+CONFIGURE_ARGS.SunOS+= --pie=0
PKG_SYSCONFSUBDIR= bitlbee
CONF_FILES= ${DATADIR}/motd.txt ${PKG_SYSCONFDIR}/motd.txt
@@ -51,6 +52,8 @@ PKG_HOME.bitlbee= ${VARBASE}/db/bitlbee
INSTALLATION_DIRS= ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 sbin
+CPPFLAGS.SunOS+= -Du_int16_t=uint16_t
+
post-build:
cd ${WRKSRC}/doc/user-guide && \
${BUILD_MAKE_CMD} user-guide.txt user-guide.html