[packages/dillo] - try libpng16 first

witekfl witekfl at pld-linux.org
Fri Apr 11 21:38:22 CEST 2014


commit a1e5cb8f76ac6acf8ecfb669565ab28859978138
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Fri Apr 11 21:36:05 2014 +0200

    - try libpng16 first

 libpng16.patch | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/libpng16.patch b/libpng16.patch
index 0cd25ba..3528a1a 100644
--- a/libpng16.patch
+++ b/libpng16.patch
@@ -1,12 +1,14 @@
---- dillo-3.0.4/configure.ac.orig	2014-04-11 21:17:09.271354861 +0200
-+++ dillo-3.0.4/configure.ac	2014-04-11 21:17:57.221092019 +0200
-@@ -208,6 +208,9 @@
+--- dillo-3.0.4/configure.ac.orig	2014-04-11 21:29:42.413940247 +0200
++++ dillo-3.0.4/configure.ac	2014-04-11 21:30:37.783645035 +0200
+@@ -208,7 +208,10 @@ if test "x$enable_png" = "xyes"; then
  
  dnl Check if the user hasn't set the variable $PNG_CONFIG
    if test -z "$PNG_CONFIG"; then
+-    PNG_CONFIG=`which libpng14-config`
 +    PNG_CONFIG=`which libpng16-config`
-+    fi
 +    if test -z "$PNG_CONFIG"; then
-     PNG_CONFIG=`which libpng14-config`
++      PNG_CONFIG=`which libpng14-config`
++    fi
      if test -z "$PNG_CONFIG"; then
        PNG_CONFIG=`which libpng12-config`
+     fi
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dillo.git/commitdiff/4238c7ba10ad32ba65bdaaea49b1f3e0c3b93097



More information about the pld-cvs-commit mailing list