summaryrefslogtreecommitdiff
path: root/media-gfx/splashutils/files/splashutils-1.5.4.3-makefile.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-10-10 17:39:12 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-10-10 17:39:12 +0100
commit0020758a799677be922f25ddd05a8034f21400c7 (patch)
treebb35a39b25fe32b32ed3602e0026703db39c5f14 /media-gfx/splashutils/files/splashutils-1.5.4.3-makefile.patch
parenta86864872e56fb96708e2052407715dcf92d47a4 (diff)
with this commit, kogaion overlay is finally clean of unused and deprecated ebuilds
Diffstat (limited to 'media-gfx/splashutils/files/splashutils-1.5.4.3-makefile.patch')
-rw-r--r--media-gfx/splashutils/files/splashutils-1.5.4.3-makefile.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/media-gfx/splashutils/files/splashutils-1.5.4.3-makefile.patch b/media-gfx/splashutils/files/splashutils-1.5.4.3-makefile.patch
deleted file mode 100644
index 060cc9d2..00000000
--- a/media-gfx/splashutils/files/splashutils-1.5.4.3-makefile.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --git a/core/src/Makefile.am b/core/src/Makefile.am
-index 20cb03e..fa6919d 100644
---- a/core/src/Makefile.am
-+++ b/core/src/Makefile.am
-@@ -119,7 +119,7 @@ libfbsplashrender_la_SOURCES = \
- fbsplash.h
- libfbsplashrender_la_CFLAGS = $(AM_CFLAGS)
- libfbsplashrender_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(libfbsplashrender_version)
--libfbsplashrender_la_LIBADD = -lfbsplash
-+libfbsplashrender_la_LIBADD = libfbsplash.la
-
- libfbsplashrender_la_CFLAGS += $(JPEG_CFLAGS)
- libfbsplashrender_la_LIBADD += $(JPEG_LIBS)
-@@ -258,10 +258,10 @@ fbcondecor_helper_LDFLAGS += -static
- endif
-
- # Override automake's generation of target rules for building fbcondecor_helper.
--fbcondecor_helper: $(fbcondecor_helper_LDADD) $(fbcondecor_helper_OBJECTS)
-+fbcondecor_helper: $(fbcondecor_helper_LDADD) $(fbcondecor_helper_OBJECTS) $(lib_LTLIBRARIES)
- @$(call infmsg,LD,$@)
- $(Q)$(MKDIR_P) $(@D)
-- $(Q)$(KLCC) $(fbcondecor_helper_CFLAGS) $(fbcondecor_helper_LDFLAGS) $+ $(fbcondecor_helper_LDADD) -o $@
-+ $(Q)$(KLCC) $(fbcondecor_helper_CFLAGS) $(fbcondecor_helper_LDFLAGS) $(fbcondecor_helper_OBJECTS) $(fbcondecor_helper_LDADD) -o $@
- $(Q)$(STRIP) $@
-
- # Override automake's generation of target rules for building fbcondecor_helper object files.
-