summaryrefslogtreecommitdiff
path: root/textproc/iiimf-gtk/files/patch-iiimgcf_imaux.c
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2005-05-24 12:37:50 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2005-05-24 12:37:50 +0000
commit40a684ff1e8608bde986585a735e66d9a456e675 (patch)
tree21680bac7d4436c9b33d17b1753f63e511708512 /textproc/iiimf-gtk/files/patch-iiimgcf_imaux.c
parentUpdate to 0.65. (diff)
IIIMF-related ports:
- drop maintainership - update to r12.2 - some bug fixes PR: 81184 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> Approved by: maintainer
Diffstat (limited to 'textproc/iiimf-gtk/files/patch-iiimgcf_imaux.c')
-rw-r--r--textproc/iiimf-gtk/files/patch-iiimgcf_imaux.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/iiimf-gtk/files/patch-iiimgcf_imaux.c b/textproc/iiimf-gtk/files/patch-iiimgcf_imaux.c
deleted file mode 100644
index dda9b5a7c069..000000000000
--- a/textproc/iiimf-gtk/files/patch-iiimgcf_imaux.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- iiimgcf/imaux.c Thu Jul 29 20:44:21 2004
-+++ iiimgcf/imaux.c Wed Feb 16 20:40:51 2005
-@@ -36,7 +36,7 @@
-
- static void iiim_aux_download (IIIMCF_downloaded_object obj);
-
--#define AUX_BASE_DIR "/usr/lib/im/"
-+#define AUX_BASE_DIR IMDIR
-
- #define IS_SPACE(len, ptr) ((0 < (len)) && \
- (('\t' == *(p)) || (' ' == *(p))))