pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/claws-mail claws-mail: fix compilation on Darwin ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a14c4ca4028b
branches: trunk
changeset: 329851:a14c4ca4028b
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Sat Feb 16 16:27:19 2019 +0000
description:
claws-mail: fix compilation on Darwin without X11.
Patch from Jonathan Schleifer in PR pkg/53963.
diffstat:
mail/claws-mail/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 990ac94caf38 -r a14c4ca4028b mail/claws-mail/Makefile
--- a/mail/claws-mail/Makefile Sat Feb 16 16:24:16 2019 +0000
+++ b/mail/claws-mail/Makefile Sat Feb 16 16:27:19 2019 +0000
@@ -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 @@
.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