pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtkada



Module Name:    pkgsrc
Committed By:   marino
Date:           Tue May 13 07:48:29 UTC 2014

Modified Files:
        pkgsrc/x11/gtkada: Makefile

Log Message:
x11/gtkada: Add post-wrapper hack to work around bad gtk2 pkgconfig file

The GTK2 configure script searches in vain for libgmodule.  Since it does
not find it, gmodule-2.0 is not added to the gtk+*-2.0 pkgconfig files.
Since gcc-aux now uses the gold linker which requires explicit linking by
default, gtkada fails to link due to use of gmodule-2.0 symbols within
other libraries.

The true fix needs to happen at the gtk2 package.  A post-wrapper hack has
been added to gtkada to locally append the gtk2 pkgconfig file which
allows building to complete.

This hack should be removed when gtk2's gtk+-2.0.pc file has been fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/gtkada/Makefile

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




Home | Main Index | Thread Index | Old Index