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:           Fri Jan 20 14:49:19 UTC 2023

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

Log Message:
pidgin: Replace conditional

pkgsrc changes:
---------------
  * Actually, the build fails on Darwin is x11/gtk2 has been built with
    quartz option (suggested option) instead of x11. But the x11 option
    should not be excluded on Darwin since x11/gtk2 could be built with
    x11.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 pkgsrc/chat/pidgin/options.mk:1.20
--- pkgsrc/chat/pidgin/options.mk:1.19  Fri Jan 20 14:15:38 2023
+++ pkgsrc/chat/pidgin/options.mk       Fri Jan 20 14:49:18 2023
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.19 2023/01/20 14:15:38 triaxx Exp $
+# $NetBSD: options.mk,v 1.20 2023/01/20 14:49:18 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"
+.include "../../x11/gtk2/buildlink3.mk"
+.if ${PKG_BUILD_OPTIONS.gtk2:Mx11}
 PKG_SUPPORTED_OPTIONS+=                x11
 PKG_SUGGESTED_OPTIONS+=                x11
 .endif



Home | Main Index | Thread Index | Old Index