pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/libsixel/patches add missing patches.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26d650556ed8
branches:  trunk
changeset: 641474:26d650556ed8
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Nov 09 07:20:23 2014 +0000

description:
add missing patches.

diffstat:

 graphics/libsixel/patches/patch-configure    |  24 ++++++++++++++++++++++++
 graphics/libsixel/patches/patch-configure.ac |  17 +++++++++++++++++
 2 files changed, 41 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 7b115624498a -r 26d650556ed8 graphics/libsixel/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libsixel/patches/patch-configure Sun Nov 09 07:20:23 2014 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-configure,v 1.1 2014/11/09 07:20:23 obache Exp $
+
+* test(1) portability
+
+--- configure.orig     2014-11-08 04:14:11.000000000 +0000
++++ configure
+@@ -14197,7 +14197,7 @@ fi
+           touch aclocal.m4 Makefile.in */Makefile.in configure config.h.in
+ 
+ 
+- if test x$have_jpeg == xyes; then
++ if test x$have_jpeg = xyes; then
+   HAVE_JPEG_TRUE=
+   HAVE_JPEG_FALSE='#'
+ else
+@@ -14205,7 +14205,7 @@ else
+   HAVE_JPEG_FALSE=
+ fi
+ 
+- if test x$have_png == xyes; then
++ if test x$have_png = xyes; then
+   HAVE_PNG_TRUE=
+   HAVE_PNG_FALSE='#'
+ else
diff -r 7b115624498a -r 26d650556ed8 graphics/libsixel/patches/patch-configure.ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libsixel/patches/patch-configure.ac      Sun Nov 09 07:20:23 2014 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-configure.ac,v 1.1 2014/11/09 07:20:23 obache Exp $
+
+* test(1) portability
+
+--- configure.ac.orig  2014-11-08 04:14:11.000000000 +0000
++++ configure.ac
+@@ -367,8 +367,8 @@ AC_DEFUN([LS_UPDATE_TIMESTAMP], [
+           ])
+ LS_UPDATE_TIMESTAMP
+ 
+-AM_CONDITIONAL([HAVE_JPEG], [test x$have_jpeg == xyes])
+-AM_CONDITIONAL([HAVE_PNG], [test x$have_png == xyes])
++AM_CONDITIONAL([HAVE_JPEG], [test x$have_jpeg = xyes])
++AM_CONDITIONAL([HAVE_PNG], [test x$have_png = xyes])
+ 
+ AC_CONFIG_FILES([Makefile
+                  libsixel.pc



Home | Main Index | Thread Index | Old Index