pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

vlc-git: More fixes for shared libs



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Mar 14 07:02:43 2018 +0100
Changeset:	f152db488f8bea4463b21f97968f76863e6257bb

Modified Files:
	vlc-git/distinfo
	vlc-git/patches/patch-compat_Makefile.am

Log Message:
vlc-git: More fixes for shared libs

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f152db488f8bea4463b21f97968f76863e6257bb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 vlc-git/distinfo                         | 2 +-
 vlc-git/patches/patch-compat_Makefile.am | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs:
diff --git a/vlc-git/distinfo b/vlc-git/distinfo
index fca1119adc..41b0263275 100644
--- a/vlc-git/distinfo
+++ b/vlc-git/distinfo
@@ -4,4 +4,4 @@ SHA1 (vlc-3.0.0.tar.xz) = 50610841b060321242793cf6ad3d58759dc5973b
 RMD160 (vlc-3.0.0.tar.xz) = c0ad23fdf03ae5c9524ed05c7bc0d63745587287
 SHA512 (vlc-3.0.0.tar.xz) = 9bdc64e16ddd2e8d2693179f2fcac8462d7defff186262a049ba325ef00882fbd75a9d323b506ba06876a8168fd5e90319837c8dcd136b206161e67748c2a9f7
 Size (vlc-3.0.0.tar.xz) = 25191148 bytes
-SHA1 (patch-compat_Makefile.am) = fdda7982210665c6b216f6a90dd49e08beba405a
+SHA1 (patch-compat_Makefile.am) = 56fe777db0626d9d5f0d38d5d3213247219f9eb4
diff --git a/vlc-git/patches/patch-compat_Makefile.am b/vlc-git/patches/patch-compat_Makefile.am
index 64e6e7c22d..78c48d4c9d 100644
--- a/vlc-git/patches/patch-compat_Makefile.am
+++ b/vlc-git/patches/patch-compat_Makefile.am
@@ -1,9 +1,10 @@
 $NetBSD$
 
---- compat/Makefile.am.orig	2018-03-14 05:22:09.618611871 +0000
+--- compat/Makefile.am.orig	2018-03-14 05:22:09.000000000 +0000
 +++ compat/Makefile.am
 @@ -1,7 +1,7 @@
- pkglib_LTLIBRARIES = libcompat.la
+-pkglib_LTLIBRARIES = libcompat.la
++noinst_LTLIBRARIES = libcompat.la
  libcompat_la_SOURCES = dummy.c
  libcompat_la_LIBADD = $(LTLIBOBJS) $(LIBRT) $(LIBM)
 -libcompat_la_LDFLAGS = -no-undefined -static


Home | Main Index | Thread Index | Old Index