diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-10 21:29:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-10 21:29:34 +0000 |
commit | bef7f4db903d0f524c1a61a3af3ba9362236833d (patch) | |
tree | ccad59c0b6cc224de2f6e56b8bb3ea3b1f621925 /mail/mailsync | |
parent | 0ceae9c65f7361b996294823d065776f71353ece (diff) | |
download | pkgsrc-bef7f4db903d0f524c1a61a3af3ba9362236833d.tar.gz |
Add NetBSD to platforms setting -fno-operator-names (should this check
if the compiler is gcc instead?).
Set USE_LANGUAGES instead of USE_GCC_SHLIB.
Compiles on 2.0 now.
Diffstat (limited to 'mail/mailsync')
-rw-r--r-- | mail/mailsync/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mailsync/Makefile b/mail/mailsync/Makefile index ea1ae4b94d8..614694e13cc 100644 --- a/mail/mailsync/Makefile +++ b/mail/mailsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/04/22 23:41:27 ben Exp $ +# $NetBSD: Makefile,v 1.14 2004/07/10 21:29:34 wiz Exp $ # DISTNAME= mailsync_4.4.4-1 @@ -13,12 +13,12 @@ COMMENT= Mailsync is a way of synchronizing a collection of mailboxes WRKSRC= ${WRKDIR}/${PKGBASE} USE_BUILDLINK3= yes USE_GNU_TOOLS+= make -USE_GCC_SHLIB= yes +USE_LANGUAGES+= c c++ ALL_TARGET= default .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "Darwin" || ${OPSYS} == "FreeBSD" +.if ${OPSYS} == "Darwin" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" CFLAGS+= -fno-operator-names .endif |