pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/claws-mail
Module Name: pkgsrc
Committed By: bsiegert
Date: Sat Feb 16 16:27:19 UTC 2019
Modified Files:
pkgsrc/mail/claws-mail: Makefile
Log Message:
claws-mail: fix compilation on Darwin without X11.
Patch from Jonathan Schleifer in PR pkg/53963.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/mail/claws-mail/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/claws-mail/Makefile
diff -u pkgsrc/mail/claws-mail/Makefile:1.97 pkgsrc/mail/claws-mail/Makefile:1.98
--- pkgsrc/mail/claws-mail/Makefile:1.97 Thu Dec 13 19:52:05 2018
+++ pkgsrc/mail/claws-mail/Makefile Sat Feb 16 16:27:19 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2018/12/13 19:52:05 adam Exp $
+# $NetBSD: Makefile,v 1.98 2019/02/16 16:27:19 bsiegert Exp $
INSTALLATION_DIRS+= ${EGDIR}
INSTALLATION_DIRS+= share/claws-mail
@@ -78,7 +78,9 @@ PLIST_SRC+= PLIST.shred
.include "../../converters/libiconv/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
+.if "${OPSYS}" != "Darwin"
.include "../../x11/startup-notification/buildlink3.mk"
+.endif
.include "../../x11/libSM/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bdb.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index