i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SDL_gfx\" -DVERSION=\"2.0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DBUILD_DLL -I. -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -DUSE_MMX -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c SDL_imageFilter.c -o SDL_imageFilter.o >/dev/null 2>&1 make: *** [SDL_imageFilter.lo] Error 1 make: *** Waiting for unfinished jobs....
Created attachment 151265 [details, diff] sdl-gfx-2.0.16.ebuild Fixes the problem. Adapted from Debian. Port of the patch described at [1] to 2.0.16. Some brainiard decided to change the commenting style in the file, so this was a hand-job. (heh) [1] http://packages.debian.org/changelogs/pool/main/s/sdlgfx/current/changelog
Created attachment 151267 [details, diff] sdl-gfx-2.0.16-gcc43.patch Now, to get a hold of the right file.... Patch as described above. Now with real gcc 4.3.0 goodness.
Created attachment 151269 [details, diff] sdl-gfx-2.0.13-gcc43.patch The patch from Debian for 2.0.13 for reference.
I just sent upstream a note.
Do you know where that >/dev/null 2>&1 comes from? It would help with other bugs if that wasn't there.
thanks, fixed in the tree now