Bug 172701 - sci-visualisation/gnuplot-4.2 - USE="-wxwindows" doesn't suppress wx terminal support
Bug#: 172701 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: g2boojum@gentoo.org Reported By: petr.pisar@atlas.cz
Component: Ebuilds
URL: 
Summary: sci-visualisation/gnuplot-4.2 - USE="-wxwindows" doesn't suppress wx terminal support
Keywords:  
Status Whiteboard: 
Opened: 2007-03-29 19:01 0000
Description:   Opened: 2007-03-29 19:01 0000
gnuplot-4.2 supports wxwidgets frontend optionally. This can be conntrolled by
wxwindows use flag. But it takes no effect actually because configure gets
--with/without-wxwidgets option instead of exptected
--enable/disable-wxwindows. After that configure fallbacks into autodetection.

(Accidentally, I have installed only wxGTK and USE=-wxwindows emerge gnuplot
detects wx-config but crashes inside make on missing something.)

Replacing use_with with use_enable on wxwindows condition in ebuild solves the
problem for me.

Reproducible: Always

------- Comment #1 From Christian Faulhammer 2007-06-19 06:17:28 0000 -------
changed, thanks for your report