This now builds fine with our libtool.

ok pascal@ (maintainer)
This commit is contained in:
ajacoutot 2014-04-02 09:23:13 +00:00
parent 24366c41a1
commit 368353284d
3 changed files with 5 additions and 9 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2013/11/09 23:19:02 naddy Exp $
# $OpenBSD: Makefile,v 1.4 2014/04/02 09:23:13 ajacoutot Exp $
COMMENT = manipulate Unicode strings
DISTNAME = libunistring-0.9.3
REVISION = 0
REVISION = 1
SHARED_LIBS += unistring 0.0 # 1.2
@ -20,10 +20,8 @@ MASTER_SITES = ${MASTER_SITE_GNU:=libunistring/}
MODULES = converters/libiconv
# needs --preserve-dup-deps
USE_LIBTOOL = gnu
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
CONFIGURE_ARGS = ${CONFIGURE_SHARED}
# XXX: One regression test fails:
# test-wcwidth fails on: ASSERT (wcwidth (0x05B0) == 0);

View File

@ -1,2 +0,0 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2012/06/14 17:30:48 pascal Exp $
@lib lib/libunistring.so.${LIBunistring_VERSION}

View File

@ -1,5 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/06/14 17:30:48 pascal Exp $
%%SHARED%%
@comment $OpenBSD: PLIST,v 1.2 2014/04/02 09:23:13 ajacoutot Exp $
include/unicase.h
include/uniconv.h
include/unictype.h
@ -23,3 +22,4 @@ include/uniwidth.h
@comment lib/charset.alias
lib/libunistring.a
lib/libunistring.la
@lib lib/libunistring.so.${LIBunistring_VERSION}