]> git.pld-linux.org Git - packages/fish.git/commitdiff
- new auto/th/fish-1_23_0-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 17 Aug 2008 14:35:01 +0000 (14:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fish-ac.patch -> 1.1
    fish-includes.patch -> 1.1

fish-ac.patch [new file with mode: 0644]
fish-includes.patch [new file with mode: 0644]

diff --git a/fish-ac.patch b/fish-ac.patch
new file mode 100644 (file)
index 0000000..3fd74e3
--- /dev/null
@@ -0,0 +1,42 @@
+--- fish-1.23.0/configure.ac~  2008-08-17 16:25:41.084660409 +0200
++++ fish-1.23.0/configure.ac   2008-08-17 16:26:14.817989948 +0200
+@@ -16,23 +16,22 @@
+ # List of output variables produced by this configure script
+ #
+-AC_SUBST( docdir )
+-AC_SUBST( HAVE_GETTEXT )
+-AC_SUBST( LDFLAGS_FISH )
+-AC_SUBST( LIBS_FISH )
+-AC_SUBST( LIBS_FISH_INDENT )
+-AC_SUBST( LIBS_FISH_PAGER )
+-AC_SUBST( LIBS_FISHD )
+-AC_SUBST( LIBS_MIMEDB )
+-AC_SUBST( LIBS_SET_COLOR )
+-AC_SUBST( localedir )
+-AC_SUBST( optbindirs )
+-AC_SUBST( prefix )
+-AC_SUBST( SEQ_FALLBACK )
+-AC_SUBST( XSEL )
+-AC_SUBST( XSEL_MAN )
+-AC_SUBST( XSEL_MAN_PATH )
+-
++AC_SUBST(docdir)
++AC_SUBST(HAVE_GETTEXT)
++AC_SUBST(LDFLAGS_FISH)
++AC_SUBST(LIBS_FISH)
++AC_SUBST(LIBS_FISH_INDENT)
++AC_SUBST(LIBS_FISH_PAGER)
++AC_SUBST(LIBS_FISHD)
++AC_SUBST(LIBS_MIMEDB)
++AC_SUBST(LIBS_SET_COLOR)
++AC_SUBST(localedir)
++AC_SUBST(optbindirs)
++AC_SUBST(prefix)
++AC_SUBST(SEQ_FALLBACK)
++AC_SUBST(XSEL)
++AC_SUBST(XSEL_MAN)
++AC_SUBST(XSEL_MAN_PATH)
+ #
+ # If needed, run autoconf to regenerate the configure file
+ #
diff --git a/fish-includes.patch b/fish-includes.patch
new file mode 100644 (file)
index 0000000..0ad87a8
--- /dev/null
@@ -0,0 +1,11 @@
+--- fish-1.23.0/exec.c~        2008-01-13 02:47:44.000000000 +0100
++++ fish-1.23.0/exec.c 2008-08-17 16:32:08.834622002 +0200
+@@ -17,7 +17,7 @@
+ #include <errno.h>
+ #include <wchar.h>
+ #include <string.h>
+-#include <limits.h>
++#include <linux/limits.h>
+ #include <signal.h>
+ #include <sys/wait.h>
+ #include <assert.h>
This page took 0.13377 seconds and 4 git commands to generate.