summaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2003-11-09 22:30:35 +0000
committermaho <maho@FreeBSD.org>2003-11-09 22:30:35 +0000
commit5d653e53be45dc6783eee4ff9c2a49412cb206eb (patch)
treef1e69dcd6a5cb82bdb7bced64e1934dd49465ad5 /japanese
parent424257f6f8426aa4ed1d0a9bfc26b4ab4cfe3381 (diff)
downloadFreeBSD-ports-5d653e53be45dc6783eee4ff9c2a49412cb206eb.zip
FreeBSD-ports-5d653e53be45dc6783eee4ff9c2a49412cb206eb.tar.gz
1) Fix build on 5-current.
2) sorry for current maintainer, but ports freeze is approaching, and I love this port. If you don't like my change, please contact me and/or send me an request for backout. Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp> Obtained from: [ports-jp 14342]
Diffstat (limited to 'japanese')
-rw-r--r--japanese/dvipdfm/files/patch-aclocal.m426
1 files changed, 26 insertions, 0 deletions
diff --git a/japanese/dvipdfm/files/patch-aclocal.m4 b/japanese/dvipdfm/files/patch-aclocal.m4
new file mode 100644
index 0000000..e4315f9
--- /dev/null
+++ b/japanese/dvipdfm/files/patch-aclocal.m4
@@ -0,0 +1,26 @@
+--- aclocal.m4.orig Fri Jun 29 04:55:26 2001
++++ aclocal.m4 Tue Nov 4 22:05:22 2003
+@@ -18,6 +18,7 @@
+ AC_DEFUN(AC_HAS_KPSE_FORMATS,
+ [AC_MSG_CHECKING([whether you have kpathsea headers and they whether they know about the required file formats])
+ AC_TRY_COMPILE([#include <stdio.h>
++#include <kpathsea/c-auto.h>
+ #include <kpathsea/tex-file.h>],
+ [kpse_tex_ps_header_format;
+ kpse_type1_format;kpse_vf_format],
+@@ -36,6 +37,7 @@
+ AC_DEFUN(AC_HAS_OMEGA_FORMATS,
+ [AC_MSG_CHECKING([whether your kpathsea supports Omega OFM file formats])
+ AC_TRY_COMPILE([#include <stdio.h>
++#include <kpathsea/c-auto.h>
+ #include <kpathsea/tex-file.h>],
+ [kpse_ofm_format],
+ [AC_MSG_RESULT(yes); AC_DEFINE(HAVE_OMEGA_FORMATS)],
+@@ -43,6 +45,7 @@
+ AC_DEFUN(AC_HAS_TTF_FORMATS,
+ [AC_MSG_CHECKING([whether your kpathsea supports Truetype (TTF) file formats])
+ AC_TRY_COMPILE([#include <stdio.h>
++#include <kpathsea/c-auto.h>
+ #include <kpathsea/tex-file.h>],
+ [kpse_truetype_format],
+ [AC_MSG_RESULT(yes)
OpenPOWER on IntegriCloud