diff options
author | kris <kris@FreeBSD.org> | 2004-02-23 23:08:55 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-23 23:08:55 +0000 |
commit | 756337a4e3cfbdd572ac523c09f3278430be6992 (patch) | |
tree | c6ac3ddb2ebcc22d649712380978a22f1008c8af /www/kannel | |
parent | ee295d073aa53de44abc2a81be4d32f75d2214ca (diff) | |
download | FreeBSD-ports-756337a4e3cfbdd572ac523c09f3278430be6992.zip FreeBSD-ports-756337a4e3cfbdd572ac523c09f3278430be6992.tar.gz |
BROKEN on alpha: Does not compile
Diffstat (limited to 'www/kannel')
-rw-r--r-- | www/kannel/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/kannel/Makefile b/www/kannel/Makefile index 06f2e55..061153d 100644 --- a/www/kannel/Makefile +++ b/www/kannel/Makefile @@ -26,6 +26,12 @@ CONFIGURE_ARGS= --with-malloc=native --enable-start-stop-daemon=no MAN1= seewbmp.1 wmlsc.1 wmlsdasm.1 MAN8= kannel.8 run_kannel_box.8 +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" +.endif + post-patch: @${REINPLACE_CMD} -e \ 's|-lc_r|${PTHREAD_LIBS:S/"//g}|g' ${WRKSRC}/configure @@ -41,4 +47,4 @@ post-install: @${STRIP_CMD} ${PREFIX}/sbin/${file} .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> |