fd95f32fd9
Based on work in pkgsrc-wip. I've had the opportunity to test this in a NetBSD-8 bulk build - it seems the package is now fixed. Hopefully. The 3.0.x release series is considered for long-term support by upstream. Notably for pkgsrc, this means it will be the last release series that supports older compilers. Note that VLC now depends on Qt5 instead of Qt4. Various config flags have been tweaked (enabled/disabled) to match what other vendors (mainly FreeBSD) are doing. I have also added an alsa package option. The full list of upstream changes is probably too long to list.
15 lines
630 B
Text
15 lines
630 B
Text
$NetBSD: patch-modules_access_http_Makefile.am,v 1.1 2019/07/02 20:52:13 nia Exp $
|
|
|
|
Remove doubled symbols in libcompat in the vlc_http module.
|
|
|
|
--- modules/access/http/Makefile.am.orig 2017-11-24 15:29:17.000000000 +0000
|
|
+++ modules/access/http/Makefile.am
|
|
@@ -16,7 +16,7 @@ libvlc_http_la_SOURCES = \
|
|
access/http/connmgr.c access/http/connmgr.h
|
|
libvlc_http_la_CPPFLAGS = -Dneedsomethinghere
|
|
libvlc_http_la_LIBADD = \
|
|
- $(LTLIBVLCCORE) ../compat/libcompat.la \
|
|
+ $(LTLIBVLCCORE) \
|
|
$(SOCKET_LIBS) $(LIBPTHREAD)
|
|
#libvlc_http_la_LDFLAGS = -no-undefined -export-symbols-regex ^vlc_http_
|
|
#pkglib_LTLIBRARIES += libvlc_http.la
|