aboutsummaryrefslogtreecommitdiffstats
path: root/mail/milter-skem/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/milter-skem/Makefile')
-rw-r--r--mail/milter-skem/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/milter-skem/Makefile b/mail/milter-skem/Makefile
index 1b133c3176c5..e846b2eac534 100644
--- a/mail/milter-skem/Makefile
+++ b/mail/milter-skem/Makefile
@@ -30,10 +30,6 @@ OPTIONS_DEFAULT= SKEM_NETINET
.include <bsd.port.options.mk>
-.if ${ARCH} == "powerpc"
-BROKEN= Does not compile on powerpc
-.endif
-
MAKE_ENV+= PTHREAD_LIBS="-lpthread"
.for o in ${PORT_OPTIONS:MSKEM_*}
@@ -42,4 +38,7 @@ MAKE_ARGS+= -D$o
. endif
.endfor
+post-patch:
+ @${REINPLACE_CMD} -E 's/char[[:blank:]]+c;/int c;/' ${WRKSRC}/milter.c
+
.include <bsd.port.mk>