summarylogtreecommitdiffstats
path: root/makefile.patch
diff options
context:
space:
mode:
authorRudy Matela2024-02-01 16:42:08 +0100
committerRudy Matela2024-02-01 16:42:08 +0100
commit1d96fbf8ec8b1789a9f9b99853f01a01a6cb7d2a (patch)
tree5ec717935ae46cf15bdec29869a2ce2399f5a3d7 /makefile.patch
parent9938137e0d094b7bb24300a0e501a9a5b803e66e (diff)
downloadaur-pngcheck.tar.gz
remove the need for makefile.patch
Diffstat (limited to 'makefile.patch')
-rw-r--r--makefile.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/makefile.patch b/makefile.patch
deleted file mode 100644
index 7ccf20e782c5..000000000000
--- a/makefile.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile 2006-06-17 19:47:35.000000000 -0300
-+++ Makefile 2013-02-14 10:33:52.762905241 -0300
-@@ -23,8 +23,8 @@
- #ZLIB = -L$(ZPATH) -lz
- ZLIB = $(ZPATH)/libz.a
-
--INCS = $(ZINC)
--LIBS = $(ZLIB)
-+INCS =
-+LIBS = -lz
-
- CC = gcc
- LD = gcc