aboutsummaryrefslogtreecommitdiff
path: root/www/kannel/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-02-07 12:37:48 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-02-07 12:37:48 +0000
commit2ad92eab941d8bd35f72240b5b91c4b980c9f370 (patch)
tree4a9b0f7a86a869936906241e211d87ca2346121e /www/kannel/Makefile
parent48c300ed7fb454f7a0142586e99a5bd9dcb7b135 (diff)
downloadports-2ad92eab941d8bd35f72240b5b91c4b980c9f370.tar.gz
ports-2ad92eab941d8bd35f72240b5b91c4b980c9f370.zip
Notes
Diffstat (limited to 'www/kannel/Makefile')
-rw-r--r--www/kannel/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/www/kannel/Makefile b/www/kannel/Makefile
index 519a464ddde8..2f44a515e2d7 100644
--- a/www/kannel/Makefile
+++ b/www/kannel/Makefile
@@ -35,8 +35,8 @@ OPTIONS_DEFINE= MYSQL PGSQL SQLITE3
.include <bsd.port.options.mk>
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib -pthread
.if ${PORT_OPTIONS:MMYSQL}
USE_MYSQL= yes
@@ -63,11 +63,6 @@ CONFIGURE_ARGS+=--without-sqlite3
BROKEN= Does not compile on alpha
.endif
-post-patch:
- @${REINPLACE_CMD} -e 's|-pthread||g ; \
- s|-lc_r||g ; \
- s|-lkse||g' ${WRKSRC}/configure
-
post-install:
.for filename in wapkannel.conf smskannel.conf
${INSTALL_DATA} ${WRKSRC}/gw/${filename} ${PREFIX}/etc/${filename}.sample