diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 14:26:52 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 14:26:52 +0000 |
commit | aa665fcc57d7a30dd5999337469ca6309413e5dd (patch) | |
tree | 79beb491a32954098cb4f856cfffd64ab11fe705 /french/dico/files/patch-sources-dico.c | |
parent | Patch 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.c | 9 |
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 */ |