diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/libpng-1.6.39.local.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/patches/libpng-1.6.39.local.patch b/patches/libpng-1.6.39.local.patch deleted file mode 100644 index 008d2cef..00000000 --- a/patches/libpng-1.6.39.local.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libpng-1.6.39/Makefile.in.orig 2022-11-20 22:53:23.000000000 +0100 -+++ libpng-1.6.39/Makefile.in 2023-03-27 07:06:20.935851632 +0200 -@@ -2317,7 +2317,7 @@ - rm -f $@ $*.tf[12] - test -d scripts || mkdir scripts || test -d scripts - $(DFNCPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)\ -- $(CPPFLAGS) $(SYMBOL_CFLAGS) $< > $*.tf1 -+ $(CFLAGS) $(CPPFLAGS) $(SYMBOL_CFLAGS) $< > $*.tf1 - $(AWK) -f "${srcdir}/scripts/dfn.awk" out="$*.tf2" $*.tf1 1>&2 - rm -f $*.tf1 - mv $*.tf2 $@ |