aboutsummaryrefslogtreecommitdiff
path: root/japanese/jd/files/patch-configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/jd/files/patch-configure.ac')
-rw-r--r--japanese/jd/files/patch-configure.ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/jd/files/patch-configure.ac b/japanese/jd/files/patch-configure.ac
new file mode 100644
index 000000000000..ba33e83222ef
--- /dev/null
+++ b/japanese/jd/files/patch-configure.ac
@@ -0,0 +1,11 @@
+--- configure.ac.orig 2013-02-10 11:38:45 UTC
++++ configure.ac
+@@ -30,7 +30,7 @@ dnl
+ case "${host_os}" in
+ freebsd*)
+ echo "os = freebsd"
+- AC_DEFINE(ICONV_CONST, const, "iconv_const")
++ AC_DEFINE(ICONV_CONST, , "iconv_const")
+ AC_DEFINE(USE_MKTIME, , "use mktime")
+ ;;
+ solaris*)