summaryrefslogtreecommitdiff
path: root/multimedia/vlc/patches/patch-modules_access_http_Makefile.am
blob: fda7d4e275ff9b4b76cae1036b48b3ca2fcc6452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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