You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
823 B
25 lines
823 B
Index: libpng-config.in |
|
--- libpng-config.in.orig 2017-07-27 12:25:32.000000000 +0200 |
|
+++ libpng-config.in 2017-08-04 08:06:14.255315000 +0200 |
|
@@ -16,8 +16,8 @@ |
|
exec_prefix="@exec_prefix@" |
|
libdir="@libdir@" |
|
includedir="@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@" |
|
-libs="-lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@" |
|
-all_libs="-lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ @LIBS@" |
|
+libs="-lpng" |
|
+all_libs="-lpng -lz @LIBS@" |
|
I_opts="-I${includedir}" |
|
L_opts="-L${libdir}" |
|
R_opts="" |
|
Index: libpng.pc.in |
|
--- libpng.pc.in.orig 2017-07-27 12:25:32.000000000 +0200 |
|
+++ libpng.pc.in 2017-08-04 08:06:14.255426000 +0200 |
|
@@ -7,6 +7,6 @@ |
|
Description: Loads and saves PNG files |
|
Version: @PNGLIB_VERSION@ |
|
Requires: zlib |
|
-Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ |
|
+Libs: -L${libdir} -lpng |
|
Libs.private: @LIBS@ |
|
Cflags: -I${includedir}
|
|
|