mirror of
git://slackware.nl/current.git
synced 2025-01-14 08:01:11 +01:00
2cc32ba84e
ap/linuxdoc-tools-0.9.83-x86_64-1.txz: Upgraded. Upgraded to linuxdoc-tools-0.9.83, gtk-doc-1.34.0, and asciidoc-10.2.0. See the ChangeLog in source/ap/linuxdoc-tools for more details. Thanks to Stuart Winter. ap/sqlite-3.45.3-x86_64-1.txz: Upgraded. l/Mako-1.3.3-x86_64-1.txz: Upgraded. l/pipewire-1.0.5-x86_64-1.txz: Upgraded. l/python-hatchling-1.23.0-x86_64-1.txz: Upgraded. x/libwacom-2.11.0-x86_64-1.txz: Upgraded. x/xcb-proto-1.17.0-x86_64-1.txz: Upgraded. x/xf86-input-wacom-1.2.2-x86_64-1.txz: Upgraded. xap/pan-0.158-x86_64-1.txz: Upgraded. Let's process the git pull with NOCONFIGURE=1 ./autogen.sh for FTIO. :-)
25 lines
599 B
Diff
25 lines
599 B
Diff
From 453fa2fb9d10c2ded7a46d550592f79dd7653e39 Mon Sep 17 00:00:00 2001
|
|
From: Julien Rische <jrische@redhat.com>
|
|
Date: Sun, 5 Feb 2023 23:30:27 +0100
|
|
Subject: [PATCH] [downstream] Added fix to have lib64 in perl path on
|
|
64bit machine
|
|
|
|
---
|
|
bin/linuxdoc.in | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/bin/linuxdoc.in b/bin/linuxdoc.in
|
|
index 615ef06..3d3455f 100755
|
|
--- a/bin/linuxdoc.in
|
|
+++ b/bin/linuxdoc.in
|
|
@@ -12,6 +12,7 @@ use 5.006;
|
|
use strict;
|
|
|
|
use lib "@pkgdatadir@";
|
|
+use lib "@prefix@/lib64/perl5";
|
|
use lib "@perl5libdir@";
|
|
|
|
use LinuxDocTools::Utils qw{ldt_which};
|
|
--
|
|
2.39.1
|
|
|