media-gfx/splashutils: add patch addressing static linking to revbump wrt bug #557126
authorIan Delaney <idella4@gentoo.org>
Thu, 13 Aug 2015 03:36:34 +0000 (11:36 +0800)
committerIan Delaney <idella4@gentoo.org>
Thu, 13 Aug 2015 03:36:34 +0000 (11:36 +0800)
Package-Manager: portage-2.2.20

media-gfx/splashutils/files/splashutils-1.5.4.4-no-la.patch [new file with mode: 0644]
media-gfx/splashutils/splashutils-1.5.4.4-r6.ebuild

diff --git a/media-gfx/splashutils/files/splashutils-1.5.4.4-no-la.patch b/media-gfx/splashutils/files/splashutils-1.5.4.4-no-la.patch
new file mode 100644 (file)
index 0000000..0dae258
--- /dev/null
@@ -0,0 +1,12 @@
+--- splashutils-1.5.4.4/src/Makefile.am.orig   2011-06-13 01:43:39.000000000 +0400
++++ splashutils-1.5.4.4/src/Makefile.am        2015-08-09 23:37:23.191078543 +0300
+@@ -119,7 +119,7 @@
+       fbsplash.h
+ libfbsplashrender_la_CFLAGS   = $(AM_CFLAGS)
+ libfbsplashrender_la_LDFLAGS  = $(AM_LDFLAGS) -version-info $(libfbsplashrender_version)
+-libfbsplashrender_la_LIBADD   = libfbsplash.la
++libfbsplashrender_la_LIBADD   =
+ libfbsplashrender_la_CFLAGS  += $(JPEG_CFLAGS)
+ libfbsplashrender_la_LIBADD  += $(JPEG_LIBS)
+
index e5497fed73fb8fd120dab5a0f30d7c984c8a24be..a161cb81e454dfb1f9b6126ea723aaedf4c85e69 100644 (file)
@@ -94,6 +94,8 @@ src_prepare() {
 
        #epatch "${FILESDIR}/${P}-bzip2.patch"
        epatch "${FILESDIR}/${P}-multi-keyboard.patch"
+       # Bug #557126
+       epatch "${FILESDIR}/${P}-no-la.patch"
 
        if ! tc-is-cross-compiler && \
           has_version "sys-devel/gcc:$(gcc-version)[vanilla]" ; then