Hey,
I was to lazy to modify/create a new ebuild with patch, so I paused the merge and modified the files
After starting the merge, you have to stop after unpacking and patching the source: (just hit ctrl + Z)
Code: Select all
>>> Unpacking source...
>>> Unpacking babl-0.1.10.tar.bz2 to /var/tmp/portage/media-libs/babl-0.1.10/work
>>> Source unpacked in /var/tmp/portage/media-libs/babl-0.1.10/work
>>> Preparing source in /var/tmp/portage/media-libs/babl-0.1.10/work/babl-0.1.10 ...
* Applying babl-0.1.6-introspection.patch ... [ ok ]
And edit the Makefile
Code: Select all
mcedit /var/tmp/portage/media-libs/babl-0.1.10/work/babl-0.1.10/babl/Makefile.am
And insert in line 98 as mentioned in the patch at [bug=413663]Bug 413663[/bug] ...
Code: Select all
--identifier-prefix= --symbol-prefix=babl \
now save, execute "fg" in shell and now it should compile. But now Im stuck with gegl -.-