summaryrefslogtreecommitdiff
path: root/user/vlc/use-libtool-correctly.patch
diff options
context:
space:
mode:
authorSíle Ekaterin Liszka <sheila@vulpine.house>2025-06-29 02:22:47 -0700
committerSíle Ekaterin Liszka <sheila@vulpine.house>2025-06-29 14:58:51 -0700
commit9adcf8e18bc312a27b5fedb3df260192a3ca5153 (patch)
tree21f12c3dfad9ada4a8093bccb01218603c2a1496 /user/vlc/use-libtool-correctly.patch
parent9f15fe63839a4a0e94618106662a25771902786b (diff)
downloadpackages-9adcf8e18bc312a27b5fedb3df260192a3ca5153.tar.gz
packages-9adcf8e18bc312a27b5fedb3df260192a3ca5153.tar.bz2
packages-9adcf8e18bc312a27b5fedb3df260192a3ca5153.tar.xz
packages-9adcf8e18bc312a27b5fedb3df260192a3ca5153.zip
user/vlc: use slibtool
Diffstat (limited to 'user/vlc/use-libtool-correctly.patch')
-rw-r--r--user/vlc/use-libtool-correctly.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/user/vlc/use-libtool-correctly.patch b/user/vlc/use-libtool-correctly.patch
new file mode 100644
index 000000000..b4f12d173
--- /dev/null
+++ b/user/vlc/use-libtool-correctly.patch
@@ -0,0 +1,14 @@
+diff '--color=auto' -Nurd vlc-3.0.20/test/Makefile.am vlc-3.0.20.new/test/Makefile.am
+--- vlc-3.0.20/test/Makefile.am 2023-08-05 03:03:51.000000000 -0700
++++ vlc-3.0.20.new/test/Makefile.am 2025-06-28 09:50:23.942096181 -0700
+@@ -80,8 +80,8 @@
+
+ AM_CFLAGS = -DSRCDIR=\"$(srcdir)\"
+ AM_LDFLAGS = -no-install
+-LIBVLCCORE = -L../src/ -lvlccore
+-LIBVLC = -L../lib -lvlc
++LIBVLCCORE = ../src/libvlccore.la
++LIBVLC = ../lib/libvlc.la
+
+ test_libvlc_core_SOURCES = libvlc/core.c
+ test_libvlc_core_LDADD = $(LIBVLC)