summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Terbeck <ft@bewatermyfriend.org>2011-12-01 10:04:39 +0100
committerFrank Terbeck <ft@bewatermyfriend.org>2011-12-01 10:04:39 +0100
commitea0e8c35cb22935765771ee3a9f86fe91f121327 (patch)
tree9d70bc06fc5031ac341299af2f601a6f02b64b88
parentd8da5ea2f2bc5f837d0b364fff2636ebdb2f90ca (diff)
downloadzsh-ea0e8c35cb22935765771ee3a9f86fe91f121327.tar.gz
zsh-ea0e8c35cb22935765771ee3a9f86fe91f121327.zip
at2quilt: Updating autotools patches
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
-rw-r--r--debian/patches/deb_0000_at_configure.diff56
-rw-r--r--debian/patches/deb_0001_at_config_h_in.diff14
2 files changed, 61 insertions, 9 deletions
diff --git a/debian/patches/deb_0000_at_configure.diff b/debian/patches/deb_0000_at_configure.diff
index 0a0a8ecf2..25ef16936 100644
--- a/debian/patches/deb_0000_at_configure.diff
+++ b/debian/patches/deb_0000_at_configure.diff
@@ -1,13 +1,13 @@
Patch to generate `configure'.
-Created by `at2quilt' on Thu, 02 Jun 2011 10:50:44 CEST.
+Created by `at2quilt' on Thu, 01 Dec 2011 10:03:31 CET.
Note: Never *ever* refresh this patch. Things will break.
Index: pkg-zsh/configure
---- pkg-zsh.orig/configure 2011-05-26 15:03:35.965237415 +0200
-+++ pkg-zsh/configure 2011-06-02 10:50:43.000000000 +0200
-@@ -0,0 +1,14079 @@
+--- pkg-zsh.orig/configure 2011-11-28 16:21:03.468012863 +0100
++++ pkg-zsh/configure 2011-12-01 10:03:31.000000000 +0100
+@@ -0,0 +1,14125 @@
+#! /bin/sh
+# Guess values for system-dependent variables and create Makefiles.
+# Generated by GNU Autoconf 2.67.
@@ -6079,6 +6079,52 @@ Index: pkg-zsh/configure
+fi
+
+
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5
++$as_echo_n "checking for clock_gettime in -lrt... " >&6; }
++if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then :
++ $as_echo_n "(cached) " >&6
++else
++ ac_check_lib_save_LIBS=$LIBS
++LIBS="-lrt $LIBS"
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h. */
++
++/* Override any GCC internal prototype to avoid an error.
++ Use char because int might match the return type of a GCC
++ builtin and then its argument prototype would still apply. */
++#ifdef __cplusplus
++extern "C"
++#endif
++char clock_gettime ();
++int
++main ()
++{
++return clock_gettime ();
++ ;
++ return 0;
++}
++_ACEOF
++if ac_fn_c_try_link "$LINENO"; then :
++ ac_cv_lib_rt_clock_gettime=yes
++else
++ ac_cv_lib_rt_clock_gettime=no
++fi
++rm -f core conftest.err conftest.$ac_objext \
++ conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_gettime" >&5
++$as_echo "$ac_cv_lib_rt_clock_gettime" >&6; }
++if test "x$ac_cv_lib_rt_clock_gettime" = x""yes; then :
++ cat >>confdefs.h <<_ACEOF
++#define HAVE_LIBRT 1
++_ACEOF
++
++ LIBS="-lrt $LIBS"
++
++fi
++
++
+if test x$ac_cv_header_ncurses_h = xyes || test x$ac_cv_header_ncurses_ncurses_h = xyes || test x$ac_cv_header_ncursesw_ncurses_h = xyes; then
+ ncursesw_test=ncursesw
+ ncurses_test=ncurses
@@ -8091,7 +8137,7 @@ Index: pkg-zsh/configure
+
+
+for ac_func in strftime strptime mktime timelocal \
-+ difftime gettimeofday \
++ difftime gettimeofday clock_gettime \
+ select poll \
+ readlink faccessx fchdir ftruncate \
+ fstat lstat lchown fchown fchmod \
diff --git a/debian/patches/deb_0001_at_config_h_in.diff b/debian/patches/deb_0001_at_config_h_in.diff
index f0161f8b6..8badd21e6 100644
--- a/debian/patches/deb_0001_at_config_h_in.diff
+++ b/debian/patches/deb_0001_at_config_h_in.diff
@@ -1,13 +1,13 @@
Patch to generate `config.h.in'.
-Created by `at2quilt' on Thu, 02 Jun 2011 10:50:44 CEST.
+Created by `at2quilt' on Thu, 01 Dec 2011 10:03:31 CET.
Note: Never *ever* refresh this patch. Things will break.
Index: pkg-zsh/config.h.in
---- pkg-zsh.orig/config.h.in 2011-05-26 15:03:35.965237415 +0200
-+++ pkg-zsh/config.h.in 2011-06-02 10:50:44.000000000 +0200
-@@ -0,0 +1,1156 @@
+--- pkg-zsh.orig/config.h.in 2011-11-28 16:21:03.468012863 +0100
++++ pkg-zsh/config.h.in 2011-12-01 10:03:31.000000000 +0100
+@@ -0,0 +1,1162 @@
+/* config.h.in. Generated from configure.ac by autoheader. */
+
+/***** begin user configuration section *****/
@@ -163,6 +163,9 @@ Index: pkg-zsh/config.h.in
+/* Define to 1 if you have the `cap_get_proc' function. */
+#undef HAVE_CAP_GET_PROC
+
++/* Define to 1 if you have the `clock_gettime' function. */
++#undef HAVE_CLOCK_GETTIME
++
+/* Define to 1 if you have the <curses.h> header file. */
+#undef HAVE_CURSES_H
+
@@ -344,6 +347,9 @@ Index: pkg-zsh/config.h.in
+/* Define to 1 if you have the `m' library (-lm). */
+#undef HAVE_LIBM
+
++/* Define to 1 if you have the `rt' library (-lrt). */
++#undef HAVE_LIBRT
++
+/* Define to 1 if you have the `socket' library (-lsocket). */
+#undef HAVE_LIBSOCKET
+