in the unixODBC tarball, there is source code for a utility, gODBCConfig. this is a GTK+-1.2.x app that allows for GUI configuration of unixODBC (as opposed to the QT gui specified by --enable-gui). to build this, one need to just: cd ${WORKDIR}/${PF}/gODBCConfig ./configure [options] make make install and do the proper dobin stuff. of course, this should all be qualified by the user having gtk in their USE flags. Reproducible: Always Steps to Reproduce: 1. 2. 3. Actual Results: gODBCConfig is never installed Expected Results: gODBCConfig is installed if "gtk" is in the USE variable
Created attachment 21468 [details] ebuild with gtk+ support i got bored last night and fixed up the build to support building the gtk+ interface.
Committed. Thank you!