summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-27 07:15:12 +0200
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-27 07:15:12 +0200
commit0753bb40540d5f1754ddd508614b3b606e10bd93 (patch)
treece707e3015d98ff2ede85e2373b54ef5a6d1afd6 /patches
parentb70ff5b419aebe6f86e737b1cc1be3b35c23a4dc (diff)
downloadmidipix_build-0753bb40540d5f1754ddd508614b3b606e10bd93.tar.bz2
midipix_build-0753bb40540d5f1754ddd508614b3b606e10bd93.tar.xz
patches/libpng-1.6.39.local.patch: build w/ $(CFLAGS).
Diffstat (limited to 'patches')
-rw-r--r--patches/libpng-1.6.39.local.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/libpng-1.6.39.local.patch b/patches/libpng-1.6.39.local.patch
new file mode 100644
index 00000000..008d2cef
--- /dev/null
+++ b/patches/libpng-1.6.39.local.patch
@@ -0,0 +1,11 @@
+--- 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 $@