pkgsrc-WIP-changes archive

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

unison-snapshot: disable GUI by default



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Tue Sep 19 08:49:13 2023 -0400
Changeset:	847aed1bea9c767c725d2499c880a29a794299a3

Modified Files:
	unison-snapshot/options.mk

Log Message:
unison-snapshot: disable GUI by default

Upstream makefiles are broken; they look in the wrong place for the
lablgtk libs and conclude they are missing.  To be fixed upstream and
then this will be updated.

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

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

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

diffs:
diff --git a/unison-snapshot/options.mk b/unison-snapshot/options.mk
index a44849fdfd..5e8a257e42 100644
--- a/unison-snapshot/options.mk
+++ b/unison-snapshot/options.mk
@@ -2,7 +2,8 @@
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.unison
 PKG_SUPPORTED_OPTIONS=	lablgtk
-PKG_SUGGESTED_OPTIONS=	lablgtk
+# upstream makefiles are broken for now
+#PKG_SUGGESTED_OPTIONS=	lablgtk
 
 .include "../../mk/bsd.options.mk"
 


Home | Main Index | Thread Index | Old Index