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

CVS:myspell-deb/debian/patches 06_gcc_34.dpatch,NONE,1.1 00list,1.5,1.6



Update of /cvs/debian-openoffice/myspell-deb/debian/patches
In directory gluck:/tmp/cvs-serv25395/patches

Modified Files:
	00list 
Added Files:
	06_gcc_34.dpatch 
Log Message:
- add patch from Andreas Jochens fixing myspell build with g++ 3.4
- call it -7


Index: 00list
===================================================================
RCS file: /cvs/debian-openoffice/myspell-deb/debian/patches/00list,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- 00list	17 Jun 2004 20:27:39 -0000	1.5
+++ 00list	14 Jul 2004 14:31:31 -0000	1.6
@@ -3,3 +3,4 @@
 03_add_ispellaff2myspell
 04_hurd
 05_add_KOI8-U
+06_gcc_34

--- NEW FILE: 06_gcc_34.dpatch ---
#! /bin/sh -e
## 06_gcc_34.dpatch by Rene Engelhard <rene@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

if [ $# -lt 1 ]; then
    echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
    exit 1
fi

[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"

case "$1" in
    -patch) patch -p1 ${patch_opts} < $0;;
    -unpatch) patch -R -p1 ${patch_opts} < $0;;
    *)
        echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
        exit 1;;
esac

exit 0

@DPATCH@
diff -urNad /home/rene/Debian/Pakete/MySpell/myspell-3.0+pre3.1/csutil.cxx myspell-3.0+pre3.1/csutil.cxx
--- /home/rene/Debian/Pakete/MySpell/myspell-3.0+pre3.1/csutil.cxx	2004-01-04 21:29:49.000000000 +0100
+++ myspell-3.0+pre3.1/csutil.cxx	2004-07-14 16:25:49.000000000 +0200
@@ -3836,7 +3836,7 @@
     }
   }
   return ccs;
-};
+}
 
 
 
@@ -3869,5 +3869,5 @@
     }
   }
   return NULL;
-};
+}
 



Reply to: