summaryrefslogtreecommitdiffstats
path: root/source/ap/mpg123/mpg123.lib64.diff
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-09-19 00:13:58 +0000
committer Eric Hameleers <alien@slackware.com>2021-09-19 08:59:56 +0200
commitbcf11b40a875d66fb8c56b631d8065371f9338f7 (patch)
treecc25f472cfa893cd2f60703dc981a8c7760c4c8a /source/ap/mpg123/mpg123.lib64.diff
parentb7cf3882dab7767651bfff1579436222c9a5fe59 (diff)
downloadcurrent-20210919001358.tar.gz
current-20210919001358.tar.xz
Sun Sep 19 00:13:58 UTC 202120210919001358
a/kernel-generic-5.14.6-x86_64-1.txz: Upgraded. a/kernel-huge-5.14.6-x86_64-1.txz: Upgraded. a/kernel-modules-5.14.6-x86_64-1.txz: Upgraded. ap/mpg123-1.29.0-x86_64-2.txz: Rebuilt. Add ../lib64/mpg123 to the module search path. Thanks to Pithium. d/kernel-headers-5.14.6-x86-1.txz: Upgraded. k/kernel-source-5.14.6-noarch-1.txz: Upgraded. PINCTRL_CANNONLAKE n -> m Thanks to bassmadrigal. kde/kstars-3.5.5-x86_64-1.txz: Upgraded. l/libcap-2.58-x86_64-1.txz: Upgraded. n/bind-9.16.21-x86_64-2.txz: Rebuilt. rc.bind: make sure /etc/rndc.key has correct ownership. Thanks to marav. xfce/thunar-4.16.10-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/ap/mpg123/mpg123.lib64.diff')
-rw-r--r--source/ap/mpg123/mpg123.lib64.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/ap/mpg123/mpg123.lib64.diff b/source/ap/mpg123/mpg123.lib64.diff
new file mode 100644
index 000000000..e86ec24ef
--- /dev/null
+++ b/source/ap/mpg123/mpg123.lib64.diff
@@ -0,0 +1,12 @@
+--- ./src/libout123/module.c.orig 2021-09-05 17:31:03.000000000 -0500
++++ ./src/libout123/module.c 2021-09-18 14:46:42.800526245 -0500
+@@ -29,7 +29,8 @@
+ to wide and then replace / by \. No need to define another list. */
+ static const char* modulesearch[] =
+ {
+- "../lib/mpg123"
++ "../lib64/mpg123"
++ ,"../lib/mpg123"
+ ,"plugins"
+ ,"libout123/modules/.libs"
+ ,"libout123/modules"