summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2018-03-22 13:56:34 +0800
committerpingplug2018-03-22 13:56:34 +0800
commit075eb564f5fce311362ab234578c3d1d18545bfa (patch)
treeb6b82b3e8eb2d7f31b78d9c5186e0a670b0f1212
parent35c4a4006d4f64d6eee87b6c46f61c20ae8e22bb (diff)
downloadaur-075eb564f5fce311362ab234578c3d1d18545bfa.tar.gz
Remove unused patch
-rw-r--r--dlib.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dlib.patch b/dlib.patch
deleted file mode 100644
index e5f5c34f0d31..000000000000
--- a/dlib.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ruN dlib-19.9/dlib/CMakeLists.txt dlib-19.9-patched/dlib/CMakeLists.txt
---- dlib-19.9/dlib/CMakeLists.txt 2018-01-23 08:29:45.000000000 +0800
-+++ dlib-19.9-patched/dlib/CMakeLists.txt 2018-01-26 14:01:29.465982530 +0800
-@@ -361,6 +361,7 @@
- if (PNG_FOUND AND LIBPNG_IS_GOOD)
- include_directories(${PNG_INCLUDE_DIR})
- set (dlib_needed_libraries ${dlib_needed_libraries} ${PNG_LIBRARIES})
-+ set (dlib_needed_libraries ${dlib_needed_libraries} ${ZLIB_LIBRARIES})
- set(REQUIRES_LIBS " libpng")
- else()
- # If we can't find libpng then statically compile it in.