fix mkvtoolnix

This commit is contained in:
espie 2010-05-28 09:20:40 +00:00
parent c67a081008
commit 4aa2a50677
2 changed files with 14 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.33 2010/02/07 15:25:03 naddy Exp $
# $OpenBSD: Makefile,v 1.34 2010/05/28 09:20:40 espie Exp $
COMMENT= character set conversion library
@ -7,7 +7,7 @@ PKGNAME= ${DISTNAME}p0
CATEGORIES= converters devel
MASTER_SITES= ${MASTER_SITE_GNU:=libiconv/}
SHARED_LIBS= charset 1.0 \
SHARED_LIBS= charset 1.1 \
iconv 6.0
HOMEPAGE= http://www.gnu.org/software/libiconv/

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-libcharset_lib_localcharset_c,v 1.3 2009/04/24 18:56:49 naddy Exp $
--- libcharset/lib/localcharset.c.orig Sun Jan 25 14:04:42 2009
+++ libcharset/lib/localcharset.c Sun Apr 19 23:47:28 2009
$OpenBSD: patch-libcharset_lib_localcharset_c,v 1.4 2010/05/28 09:20:40 espie Exp $
--- libcharset/lib/localcharset.c.orig Sun Jan 25 20:04:42 2009
+++ libcharset/lib/localcharset.c Wed May 12 15:32:44 2010
@@ -200,8 +200,9 @@ get_charset_aliases (void)
free (old_res_ptr);
break;
@ -13,3 +13,12 @@ $OpenBSD: patch-libcharset_lib_localcharset_c,v 1.3 2009/04/24 18:56:49 naddy Ex
}
fclose (fp);
if (res_size == 0)
@@ -319,6 +320,8 @@ get_charset_aliases (void)
If the canonical name cannot be determined, the result is a non-canonical
name. */
+const char *
+locale_charset (void) __attribute__((visibility ("default")));
#ifdef STATIC
STATIC
#endif