pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/mailsync Add NetBSD to platforms setting -fno-ope...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fd6f671fdd42
branches: trunk
changeset: 477878:fd6f671fdd42
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jul 10 21:29:34 2004 +0000
description:
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:
mail/mailsync/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r a65567d0a7c3 -r fd6f671fdd42 mail/mailsync/Makefile
--- a/mail/mailsync/Makefile Sat Jul 10 21:28:21 2004 +0000
+++ b/mail/mailsync/Makefile Sat Jul 10 21:29:34 2004 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index