summarylogtreecommitdiffstats
path: root/Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.patch')
-rw-r--r--Makefile.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.patch b/Makefile.patch
new file mode 100644
index 000000000000..91fa3f0e3759
--- /dev/null
+++ b/Makefile.patch
@@ -0,0 +1,8 @@
+1c1
+< CFLAGS := -Wall -Wextra -Werror -std=c89 -pedantic -O2
+---
+> CFLAGS := -Wall -Wextra -std=c89 -pedantic -O2
+3c3
+< LIBPNG_FLAGS := $(shell pkg-config --cflags --libs libpng12)
+---
+> LIBPNG_FLAGS := $(shell pkg-config --cflags --libs libpng)