easyconfigs-it4i/t/tcl-thread/tcl-thread-2.8.8-fix_pkgdir.patch
Pavel Holba a27a876f39 new file: p/PWTK/PWTK-3.2.eb
new file:   t/tcl-thread/tcl-thread-2.8.8-GCCcore-13.2.0.eb
	new file:   t/tcl-thread/tcl-thread-2.8.8-fix_pkgdir.patch
	new file:   t/tclreadline/tclreadline-2.4.0-GCCcore-13.2.0.eb
2025-01-22 12:17:58 +01:00

16 lines
447 B
Diff

# IT4Innovations
# PH 2025
fix of PKG_DIR
diff -ruN thread2.8.8.orig/Makefile.in thread2.8.8/Makefile.in
--- thread2.8.8.orig/Makefile.in 2022-11-04 14:16:13.000000000 +0100
+++ thread2.8.8/Makefile.in 2025-01-21 14:33:33.882740661 +0100
@@ -81,7 +81,7 @@
DESTDIR =
-PKG_DIR = $(PACKAGE_NAME)$(PACKAGE_VERSION)
+PKG_DIR = /lib
pkgdatadir = $(datadir)/$(PKG_DIR)
pkglibdir = $(libdir)/$(PKG_DIR)
pkgincludedir = $(includedir)/$(PKG_DIR)