diff options
| author | Hiroki Sato <hrs@FreeBSD.org> | 2015-07-25 21:36:56 +0000 |
|---|---|---|
| committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-07-25 21:36:56 +0000 |
| commit | f58520633bcc1c333b3f58740c53c65617143f33 (patch) | |
| tree | bbcce3615eaf675f612d54cb21b7d4fc41b80d57 /print/tex-ptexenc/files/patch-configure | |
| parent | 41750ec3c61c926c0a24fdfa5d60d7e26b9f5129 (diff) | |
- Add iconv support.
- Add LICENSE.
- Add CTAN mirror to MASTER_SITES.
Diffstat (limited to 'print/tex-ptexenc/files/patch-configure')
| -rw-r--r-- | print/tex-ptexenc/files/patch-configure | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/print/tex-ptexenc/files/patch-configure b/print/tex-ptexenc/files/patch-configure new file mode 100644 index 000000000000..e295021adb53 --- /dev/null +++ b/print/tex-ptexenc/files/patch-configure @@ -0,0 +1,38 @@ +--- configure.orig 2015-07-25 21:31:25 UTC ++++ configure +@@ -14889,7 +14889,7 @@ if ${ac_cv_lib_iconv_iconv_open+:} false + $as_echo_n "(cached) " >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-liconv $LIBS" ++LIBS="$LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -14924,7 +14924,7 @@ if test "x$ac_cv_lib_iconv_iconv_open" = + #define HAVE_LIBICONV 1 + _ACEOF + +- LIBS="-liconv $LIBS" ++ LIBS="$LIBS" + + else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libiconv_open in -liconv" >&5 +@@ -14933,7 +14933,7 @@ if ${ac_cv_lib_iconv_libiconv_open+:} fa + $as_echo_n "(cached) " >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-liconv $LIBS" ++LIBS="$LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -14968,7 +14968,7 @@ if test "x$ac_cv_lib_iconv_libiconv_open + #define HAVE_LIBICONV 1 + _ACEOF + +- LIBS="-liconv $LIBS" ++ LIBS="$LIBS" + + fi + |
