aboutsummaryrefslogtreecommitdiff
path: root/chinese/pine4/files/patch-bs
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/pine4/files/patch-bs')
-rw-r--r--chinese/pine4/files/patch-bs25
1 files changed, 25 insertions, 0 deletions
diff --git a/chinese/pine4/files/patch-bs b/chinese/pine4/files/patch-bs
new file mode 100644
index 000000000000..51763015b004
--- /dev/null
+++ b/chinese/pine4/files/patch-bs
@@ -0,0 +1,25 @@
+--- pine/mailcap.c.orig Tue Sep 15 05:31:21 1998
++++ pine/mailcap.c Tue Sep 22 14:27:29 1998
+@@ -61,7 +61,7 @@
+
+ Mime types makes mime assign attachment types according
+ to file name extensions found in a system wide file
+- ``/usr/local/lib/mime.types'' and a user specific file
++ ``@@PREFIX@@/etc/mime.types'' and a user specific file
+ ``~/.mime.types'' . These files specify file extensions
+ that will be connected to a mime type.
+ *******************************************************
+@@ -96,11 +96,11 @@
+ #define MC_PATH_SEPARATOR ':'
+ #define MC_USER_FILE NULL
+ #define MC_STDPATH \
+- ".mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap"
++ ".mailcap:/etc/mailcap:/usr/etc/mailcap:@@PREFIX@@/etc/mailcap"
+ #define MT_PATH_SEPARATOR ':'
+ #define MT_USER_FILE NULL
+ #define MT_STDPATH \
+- ".mime.types:/etc/mime.types:/usr/local/lib/mime.types"
++ ".mime.types:/etc/mime.types:@@PREFIX@@/etc/mime.types"
+ #endif /* !DOS */
+
+ #ifdef _WINDOWS