diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-06-27 19:07:20 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-06-28 08:59:46 +0200 |
commit | 690121316c23986aed1479195d7c2c033995c554 (patch) | |
tree | fa1fa0d045d4e662a083fa1ea1719ae2d2f6afa1 /source/t/texlive/patches/synctex-missing-header.patch | |
parent | 96e8885d2210ef90772e170bce0f094f6c9a3083 (diff) | |
download | current-690121316c23986aed1479195d7c2c033995c554.tar.gz |
Thu Jun 27 19:07:20 UTC 201920190627190720
ap/vim-8.1.1601-x86_64-1.txz: Upgraded.
Built with --disable-canberra. Thanks to Markus Wiesner.
l/harfbuzz-2.5.3-x86_64-1.txz: Upgraded.
n/nettle-3.5.1-x86_64-1.txz: Upgraded.
n/nftables-0.9.1-x86_64-1.txz: Upgraded.
t/texlive-2019.190626-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
Thanks to Johannes Schoepfer.
xap/blueman-2.1-x86_64-1.txz: Upgraded.
Thanks to Robby Workman.
xap/vim-gvim-8.1.1601-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/t/texlive/patches/synctex-missing-header.patch')
-rw-r--r-- | source/t/texlive/patches/synctex-missing-header.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/source/t/texlive/patches/synctex-missing-header.patch b/source/t/texlive/patches/synctex-missing-header.patch deleted file mode 100644 index e783bd0b..00000000 --- a/source/t/texlive/patches/synctex-missing-header.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- texk/web2c/Makefile.in.orig 2018-07-23 11:03:30.763277046 +0200 -+++ texk/web2c/Makefile.in 2018-07-23 11:04:53.940224054 +0200 -@@ -1762,6 +1762,7 @@ - MANS = $(dist_man_MANS) $(nodist_man_MANS) - DATA = $(pkgconfig_DATA) - am__syncinclude_HEADERS_DIST = synctexdir/synctex_parser.h \ -+ synctexdir/synctex_version.h \ - synctexdir/synctex_parser_utils.h - HEADERS = $(syncinclude_HEADERS) - RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -@@ -4021,6 +4022,7 @@ - pkgconfigdir = ${libdir}/pkgconfig - @SYNCTEX_TRUE@syncinclude_HEADERS = \ - @SYNCTEX_TRUE@ synctexdir/synctex_parser.h \ -+@SYNCTEX_TRUE@ synctexdir/synctex_version.h \ - @SYNCTEX_TRUE@ synctexdir/synctex_parser_utils.h - - @SYNCTEX_TRUE@pkgconfig_DATA = synctexdir/synctex.pc |