pkgsrc-WIP-changes archive

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

efl: reset suggested options



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Fri Jan 15 17:23:03 2021 +0100
Changeset:	1e526c37cba4794615dd7e02504ce8154081e1c0

Modified Files:
	efl/options.mk

Log Message:
efl: reset suggested options

Disable g-mainloop option on NetBSD, efreetd not crashed
with the default EFL mainloop

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

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

diffstat:
 efl/options.mk | 1 -
 1 file changed, 1 deletion(-)

diffs:
diff --git a/efl/options.mk b/efl/options.mk
index bcbbfe6233..fbb26b37cf 100644
--- a/efl/options.mk
+++ b/efl/options.mk
@@ -3,7 +3,6 @@
 PKG_OPTIONS_VAR=		PKG_OPTIONS.efl
 PKG_SUPPORTED_OPTIONS=		debug g-mainloop gcc8 pulseaudio clang
 PKG_SUGGESTED_OPTIONS=		pulseaudio
-PKG_SUGGESTED_OPTIONS.NetBSD+=	clang debug
 
 
 .include "../../mk/bsd.options.mk"


Home | Main Index | Thread Index | Old Index