pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/isync



Module Name:    pkgsrc
Committed By:   tm
Date:           Mon Feb  5 14:46:18 UTC 2024

Modified Files:
        pkgsrc/mail/isync: Makefile

Log Message:
isync: fix build on illumos


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/mail/isync/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/isync/Makefile
diff -u pkgsrc/mail/isync/Makefile:1.57 pkgsrc/mail/isync/Makefile:1.58
--- pkgsrc/mail/isync/Makefile:1.57     Tue Oct 24 22:09:44 2023
+++ pkgsrc/mail/isync/Makefile  Mon Feb  5 14:46:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2023/10/24 22:09:44 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2024/02/05 14:46:18 tm Exp $
 
 DISTNAME=      isync-1.4.4
 PKGREVISION=   3
@@ -18,6 +18,8 @@ CONFIGURE_ARGS+=      --with-ssl=${BUILDLINK_
 CONFIGURE_ARGS+=       --with-sasl=${BUILDLINK_PREFIX.cyrus-sasl}
 LDFLAGS+=              -lcrypto
 
+CFLAGS.SunOS+= -D__EXTENSIONS__
+
 post-patch:
        ${TOUCH} ${WRKSRC}/configure ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in
 



Home | Main Index | Thread Index | Old Index