aboutsummaryrefslogtreecommitdiff
path: root/mail/mailsync
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-12-04 06:38:33 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-12-04 06:38:33 +0000
commit9d50625beb9c814b0342e0b803c5b820e4ef3c83 (patch)
treefcdfd85ef457207998b07fcfa07783b489c0fe0b /mail/mailsync
parent6adf02f268a098f9f45ae3a10e745225077ba07f (diff)
downloadports-9d50625beb9c814b0342e0b803c5b820e4ef3c83.tar.gz
ports-9d50625beb9c814b0342e0b803c5b820e4ef3c83.zip
The __WORD_BIT constant in GCC's stl_bvector.h caused a namespace
conflict which kept the mailsync port from compiling. Resolve it.
Notes
Notes: svn path=/head/; revision=94877
Diffstat (limited to 'mail/mailsync')
-rw-r--r--mail/mailsync/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/mailsync/Makefile b/mail/mailsync/Makefile
index ce4c8f24715e..f3d94e7d2056 100644
--- a/mail/mailsync/Makefile
+++ b/mail/mailsync/Makefile
@@ -27,12 +27,6 @@ ALL_TARGET= default
MAN1= mailsync.1
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile (bad C++ code)"
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \
${WRKSRC}/examples/mailsync \
@@ -48,4 +42,4 @@ do-install:
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/mailsync ${EXAMPLESDIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>