diff options
author | 2011-05-17 15:34:04 +0000 | |
---|---|---|
committer | 2011-05-17 15:34:04 +0000 | |
commit | 6e3bf66efc88e6a4b2549cae121b3b8cd2665401 (patch) | |
tree | 97305765298e91dc14d21147113cd33435caf795 /media-libs/sdl-ttf/files | |
parent | Import Enrico Tagliavini's ati-drivers-11.5.ebuild from the x11 overlay. (diff) | |
download | gentoo-2-6e3bf66efc88e6a4b2549cae121b3b8cd2665401.tar.gz gentoo-2-6e3bf66efc88e6a4b2549cae121b3b8cd2665401.tar.bz2 gentoo-2-6e3bf66efc88e6a4b2549cae121b3b8cd2665401.zip |
Fix underlinking. Bug #367415
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/sdl-ttf/files')
-rw-r--r-- | media-libs/sdl-ttf/files/sdl-ttf-2.0.10-underlink.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/media-libs/sdl-ttf/files/sdl-ttf-2.0.10-underlink.patch b/media-libs/sdl-ttf/files/sdl-ttf-2.0.10-underlink.patch new file mode 100644 index 000000000000..136589ec7f13 --- /dev/null +++ b/media-libs/sdl-ttf/files/sdl-ttf-2.0.10-underlink.patch @@ -0,0 +1,10 @@ +--- Makefile.am.old 2011-05-17 17:17:18.972003301 +0200 ++++ Makefile.am 2011-05-17 17:18:38.281983708 +0200 +@@ -33,6 +33,7 @@ + -release $(LT_RELEASE) \ + -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) + endif ++libSDL_ttf_la_LIBADD = @MATHLIB@ + + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = SDL_ttf.pc |