pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/pidgin



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Mon Jan 23 21:05:39 UTC 2023

Modified Files:
        pkgsrc/chat/pidgin: options.mk

Log Message:
pidgin: Suggest x11 when Quartz framework is absent on Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/chat/pidgin/options.mk

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

Modified files:

Index: pkgsrc/chat/pidgin/options.mk
diff -u pkgsrc/chat/pidgin/options.mk:1.21 pkgsrc/chat/pidgin/options.mk:1.22
--- pkgsrc/chat/pidgin/options.mk:1.21  Fri Jan 20 21:37:11 2023
+++ pkgsrc/chat/pidgin/options.mk       Mon Jan 23 21:05:39 2023
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.21 2023/01/20 21:37:11 triaxx Exp $
+# $NetBSD: options.mk,v 1.22 2023/01/23 21:05:39 triaxx Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.pidgin
 PKG_SUPPORTED_OPTIONS+=                dbus debug gtkspell
 PKG_SUGGESTED_OPTIONS+=                dbus gtkspell
 
 .include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} != "Darwin"
+.if ${OPSYS} != "Darwin" || !exists(/System/Library/Frameworks/Quartz.framework)
 PKG_SUPPORTED_OPTIONS+=                x11
 PKG_SUGGESTED_OPTIONS+=                x11
 .endif



Home | Main Index | Thread Index | Old Index