]> git.pld-linux.org Git - packages/LIB.git/commitdiff
- fix some, works for me
authorMaciej Pijanka <agaran@pld-linux.org>
Mon, 5 Feb 2007 11:48:18 +0000 (11:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LIB-configure.patch -> 1.1

LIB-configure.patch [new file with mode: 0644]

diff --git a/LIB-configure.patch b/LIB-configure.patch
new file mode 100644 (file)
index 0000000..c0db916
--- /dev/null
@@ -0,0 +1,32 @@
+diff -Nur LIB.ori/configure.in LIB.mod/configure.in
+--- LIB.ori/configure.in       2001-11-06 19:35:14.000000000 +0100
++++ LIB.mod/configure.in       2007-01-11 16:43:10.574495250 +0100
+@@ -18,6 +18,7 @@
+ AC_DEFINE_UNQUOTED(ALL_LINGUAS,"$ALL_LINGUAS")
+ AC_SUBST(PACKAGE)
+ AC_SUBST(VERSION)
++AC_GNU_SOURCE
+ AM_GNU_GETTEXT
+ dnl Checks for header files.
+@@ -85,8 +86,6 @@
+ djgpp="no";
+ case "$target" in
+ *-linux-gnu) AC_DEFINE(LINUX);;
+-*-cygwin)    AC_DEFINE(CYGWIN) 
+-             AM_MAINTAINER_MODE;;
+ *-msdosdjgpp) AC_DEFINE(_DJGPP)
+              djgpp="yes";;
+ esac
+diff -Nur LIB.ori/utils/join.c LIB.mod/utils/join.c
+--- LIB.ori/utils/join.c       2001-09-30 14:52:29.000000000 +0200
++++ LIB.mod/utils/join.c       2007-01-12 02:42:45.304809750 +0100
+@@ -13,7 +13,7 @@
+ void dodaj(char *nazwa_pliku, char *sygnaturka)
+ {
+-    long int ile, ile_compr, blad;
++    long int ile, ile_compr = MAXTAB, blad;
+     if ((plik = fopen(nazwa_pliku, "rb")) == NULL) {
+       fprintf(stderr, _("\nNie mogê otworzyæ %s.\n"), nazwa_pliku);
+       exit(1);
This page took 0.069951 seconds and 4 git commands to generate.