summaryrefslogtreecommitdiff
path: root/french/dico/files/patch-sources-dico.c
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-25 14:26:52 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-25 14:26:52 +0000
commitaa665fcc57d7a30dd5999337469ca6309413e5dd (patch)
tree79beb491a32954098cb4f856cfffd64ab11fe705 /french/dico/files/patch-sources-dico.c
parentPatch Makefile.in instead of Makefile.am to avoid USE_AUTOTOOLS (diff)
Remove patches that added an autotools based build system and instead use
do-build and do-install targets
Diffstat (limited to 'french/dico/files/patch-sources-dico.c')
-rw-r--r--french/dico/files/patch-sources-dico.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/french/dico/files/patch-sources-dico.c b/french/dico/files/patch-sources-dico.c
index 82849cd446b9..4ccbed7f9621 100644
--- a/french/dico/files/patch-sources-dico.c
+++ b/french/dico/files/patch-sources-dico.c
@@ -29,15 +29,6 @@
#ifdef MSDOS /* Systeme d'operation de disque */
#define MYOS "MSDOS" /* Microsoft :-) */
#endif
-@@ -49,7 +57,7 @@
- #define ISO_TERM 3
- #define COMMENT_CHAR 35 /* '#' ligne de commentaire */
-
--#define DICT_PATH "/usr/local/lib/dico" /* path par defaut unix/dos */
-+#define DICT_PATH "%%PREFIX%%/share/dico" /* path par defaut unix/dos */
- #define DOS_PATH "lexique" /* path par defaut Dos uniquement */
- #define DICT_EXT ".dic" /* extension des fichiers dicos */
- #define VERSION_FILE "version.dic" /* fichier texte version dico */
@@ -58,11 +66,13 @@
#define OK 0
#define MYVBUF 10240 /* pour setvbuf() eventuel */