diff options
author | 2023-08-08 09:37:28 -0400 | |
---|---|---|
committer | 2023-08-08 09:39:48 -0400 | |
commit | 85650a9e42a42a51b029610bde2a6c8cd98af63b (patch) | |
tree | 9bf084644723644cea3d0a11708d26f24fc8cff9 /media-libs/libsvgtiny/files | |
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>
Diffstat (limited to 'media-libs/libsvgtiny/files')
-rw-r--r-- | media-libs/libsvgtiny/files/libsvgtiny-0.1.3-parallel-build.patch | 10 |
1 files changed, 0 insertions, 10 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 >$@ |