summaryrefslogtreecommitdiff
path: root/print/texlive-base/files/patch-configure
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2015-07-19 20:33:34 +0000
committerHiroki Sato <hrs@FreeBSD.org>2015-07-19 20:33:34 +0000
commit90410e570da38ffd6b5077fafe644b17378e70a9 (patch)
tree346ed2be37b627807351d830ba39e46d40a65664 /print/texlive-base/files/patch-configure
parentConvert to USES=libarchive, reduce over linking (diff)
Update TeXLive to TL2015.
- print/texlive-infra was renamed with print/texlive-tlmgr. Note that currently tlmgr(1) does not work because of lack of TLPDB. This will be fixed. - Lua libraries used in LuaTeX are separated into devel/tex-libtexlua and devel/texlibtexluajit. USE_TEX supports them via keywords "texlua" and "texluajit". - libsynctex is currently installed by devel/tex-web2c. This will be separated into a single port. - Add graphics/libpotrace and use installed libpotrace and libharfbuzz.
Notes
Notes: svn path=/head/; revision=392534
Diffstat (limited to 'print/texlive-base/files/patch-configure')
-rw-r--r--print/texlive-base/files/patch-configure36
1 files changed, 36 insertions, 0 deletions
diff --git a/print/texlive-base/files/patch-configure b/print/texlive-base/files/patch-configure
new file mode 100644
index 000000000000..429162c7401d
--- /dev/null
+++ b/print/texlive-base/files/patch-configure
@@ -0,0 +1,36 @@
+--- configure.orig 2015-04-12 11:22:39 UTC
++++ configure
+@@ -5685,6 +5685,15 @@ $as_echo "$as_me: -> installed \`zlib
+ as_fn_error $? "Sorry, \`--with-system-teckit' requires \`--with-system-zlib'" "$LINENO" 5
+ fi
+ fi
++# Check whether --with-teckit-includes was given.
++if test "${with_teckit_includes+set}" = set; then :
++ withval=$with_teckit_includes;
++fi
++
++# Check whether --with-teckit-libdir was given.
++if test "${with_teckit_libdir+set}" = set; then :
++ withval=$with_teckit_libdir;
++fi
+
+ test "x$need_teckit" = xyes && {
+ need_zlib=yes
+@@ -21284,11 +21293,12 @@ elif test "x$need_graphite2:$with_system
+ as_fn_error $? "did not find graphite2" "$LINENO" 5
+ fi
+
+-if $PKG_CONFIG teckit; then
+- TECKIT_INCLUDES=`$PKG_CONFIG teckit --cflags`
+- TECKIT_LIBS=`$PKG_CONFIG teckit --libs`
+-elif test "x$need_teckit:$with_system_teckit" = xyes:yes; then
+- as_fn_error $? "did not find teckit" "$LINENO" 5
++if test "x$with_teckit_includes" != x && test "x$with_teckit_includes" != xyes; then
++ TECKIT_INCLUDES="-I$with_teckit_includes"
++fi
++TECKIT_LIBS="-lTECkit"
++if test "x$with_teckit_libdir" != x && test "x$with_teckit_libdir" != xyes; then
++ TECKIT_LIBS="-L$with_teckit_libdir $TECKIT_LIBS"
+ fi
+
+ if test -n "$ac_tool_prefix"; then