Resolve conflict with libunicode (both ports install a unicode.h) by moving
the cconv headers to include/cconv/ maintainer timed-out
This commit is contained in:
parent
b5817de80d
commit
44afc44b5a
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/05/12 09:58:51 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/07/08 18:03:46 jasper Exp $
|
||||
|
||||
COMMENT= simplified-traditional chinese translate tool
|
||||
|
||||
DISTNAME= cconv-0.6.2
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= chinese converters
|
||||
|
||||
@ -27,6 +28,8 @@ MODULES= converters/libiconv
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
FAKE_FLAGS= includedir=${PREFIX}/include/cconv/
|
||||
|
||||
post-patch:
|
||||
@perl -i -pe 's:UTF-TW:UTF8-TW:g' ${WRKSRC}/main.c
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/05/12 09:58:51 kevlo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/07/08 18:03:46 jasper Exp $
|
||||
%%SHARED%%
|
||||
@bin bin/cconv
|
||||
include/cconv.h
|
||||
include/unicode.h
|
||||
include/cconv/
|
||||
include/cconv/cconv.h
|
||||
include/cconv/unicode.h
|
||||
lib/libcconv.a
|
||||
lib/libcconv.la
|
||||
|
Loading…
x
Reference in New Issue
Block a user