summarylogtreecommitdiffstats
path: root/Makefile.patch
blob: 91fa3f0e3759cb1b85a7bd389b878c7ecc08d99e (plain)
1
2
3
4
5
6
7
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)