pkgsrc-WIP-changes archive

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

unison-snapshot: completely disable lablgtk option



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Fri Sep 22 09:00:50 2023 +0200
Changeset:	4ca92dc7b242b6e3681dabd64f208eb9537d985b

Modified Files:
	unison-snapshot/options.mk

Log Message:
unison-snapshot: completely disable lablgtk option

It is also broken if you enable it manually

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4ca92dc7b242b6e3681dabd64f208eb9537d985b

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

diffstat:
 unison-snapshot/options.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/unison-snapshot/options.mk b/unison-snapshot/options.mk
index 5e8a257e42..fc3ffc562f 100644
--- a/unison-snapshot/options.mk
+++ b/unison-snapshot/options.mk
@@ -1,9 +1,9 @@
 # $NetBSD: options.mk,v 1.6 2022/03/13 15:07:13 gdt Exp $
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.unison
-PKG_SUPPORTED_OPTIONS=	lablgtk
 # upstream makefiles are broken for now
-#PKG_SUGGESTED_OPTIONS=	lablgtk
+PKG_SUPPORTED_OPTIONS=	# lablgtk
+PKG_SUGGESTED_OPTIONS=	# lablgtk
 
 .include "../../mk/bsd.options.mk"
 


Home | Main Index | Thread Index | Old Index