diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-08-08 09:37:28 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-08-08 09:39:48 -0400 |
commit | 85650a9e42a42a51b029610bde2a6c8cd98af63b (patch) | |
tree | 9bf084644723644cea3d0a11708d26f24fc8cff9 | |
parent | sci-libs/libcifpp: drop 5.0.8 (diff) | |
download | gentoo-85650a9e42a42a51b029610bde2a6c8cd98af63b.tar.gz gentoo-85650a9e42a42a51b029610bde2a6c8cd98af63b.tar.bz2 gentoo-85650a9e42a42a51b029610bde2a6c8cd98af63b.zip |
media-libs/libsvgtiny: drop old parallel build patch
I'm pretty sure this was obsoleted in upstream commit 4390f1c8. The
Makefile target that it patches (with fuzz) has changed a lot, and
regardless, the thing it builds is no longer in $(SOURCES).
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
-rw-r--r-- | media-libs/libsvgtiny/files/libsvgtiny-0.1.3-parallel-build.patch | 10 | ||||
-rw-r--r-- | media-libs/libsvgtiny/libsvgtiny-0.1.7-r2.ebuild | 4 |
2 files changed, 1 insertions, 13 deletions
diff --git a/media-libs/libsvgtiny/files/libsvgtiny-0.1.3-parallel-build.patch b/media-libs/libsvgtiny/files/libsvgtiny-0.1.3-parallel-build.patch deleted file mode 100644 index f647b155b3a9..000000000000 --- a/media-libs/libsvgtiny/files/libsvgtiny-0.1.3-parallel-build.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- libsvgtiny-0.1.3/src/Makefile -+++ libsvgtiny-0.1.3/src/Makefile -@@ -5,6 +5,7 @@ - - $(BUILDDIR)/src_colors.c: src/colors.gperf - $(VQ)$(ECHO) " GPERF: $<" -+ mkdir -p $(@D) - $(Q)gperf --output-file=$@.tmp $< - # Hack for GCC 4.2 compatibility (gperf 3.0.4 solves this properly) - $(Q)$(SED) -e 's/#ifdef __GNUC_STDC_INLINE__/#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__/' $@.tmp >$@ diff --git a/media-libs/libsvgtiny/libsvgtiny-0.1.7-r2.ebuild b/media-libs/libsvgtiny/libsvgtiny-0.1.7-r2.ebuild index 6b87c0131b1a..f5c8324011d1 100644 --- a/media-libs/libsvgtiny/libsvgtiny-0.1.7-r2.ebuild +++ b/media-libs/libsvgtiny/libsvgtiny-0.1.7-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,8 +22,6 @@ DEPEND="${RDEPEND} dev-util/netsurf-buildsystem virtual/pkgconfig" -PATCHES=( "${FILESDIR}"/${PN}-0.1.3-parallel-build.patch ) - _emake() { netsurf_define_makeconf emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@ |