mirror of
git://slackware.nl/current.git
synced 2024-12-30 10:24:23 +01:00
e27639b95a
a/findutils-4.6.0-x86_64-1.txz: Upgraded. a/kernel-firmware-20180821_1d17c18-noarch-1.txz: Upgraded. a/kernel-generic-4.14.66-x86_64-1.txz: Upgraded. a/kernel-huge-4.14.66-x86_64-1.txz: Upgraded. a/kernel-modules-4.14.66-x86_64-1.txz: Upgraded. ap/man-db-2.8.4-x86_64-2.txz: Rebuilt. Rebuilt to get it on the slackpkg upgrade list since the previous texlive package clobbered /usr/bin/man and we need to fix that. d/kernel-headers-4.14.66-x86-1.txz: Upgraded. k/kernel-source-4.14.66-noarch-1.txz: Upgraded. l/glib2-2.56.2-x86_64-1.txz: Upgraded. t/texlive-2018.180822-x86_64-1.txz: Upgraded. Added some patches that I'd dropped - sorry, my bad. Don't clobber /usr/bin/man. Thanks to Johannes Schoepfer. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
18 lines
751 B
Diff
18 lines
751 B
Diff
--- 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
|