Thu Feb 16 18:46:51 2012 UTC ()
Fix build on SunOS.


(hans)
diff -r1.8 -r1.9 pkgsrc/devel/libdatrie/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/devel/libdatrie/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libdatrie/Makefile 2011/12/06 11:06:51 1.8
+++ pkgsrc/devel/libdatrie/Makefile 2012/02/16 18:46:51 1.9
@@ -1,25 +1,27 @@ @@ -1,25 +1,27 @@
1# $NetBSD: Makefile,v 1.8 2011/12/06 11:06:51 obache Exp $ 1# $NetBSD: Makefile,v 1.9 2012/02/16 18:46:51 hans Exp $
2# 2#
3 3
4DISTNAME= libdatrie-0.2.5 4DISTNAME= libdatrie-0.2.5
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \ 6MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \
7 ftp://linux.thai.net/pub/ThaiLinux/software/libthai/ 7 ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
8 8
9MAINTAINER= obache@NetBSD.org 9MAINTAINER= obache@NetBSD.org
10HOMEPAGE= http://linux.thai.net/~thep/datrie/datrie.html 10HOMEPAGE= http://linux.thai.net/~thep/datrie/datrie.html
11COMMENT= Implementation of Double-Array Trie 11COMMENT= Implementation of Double-Array Trie
12LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes
18USE_TOOLS+= pkg-config 18USE_TOOLS+= pkg-config
19 19
 20LIBS.SunOS+= -liconv
 21
20PKGCONFIG_OVERRIDE+= datrie-0.2.pc.in 22PKGCONFIG_OVERRIDE+= datrie-0.2.pc.in
21 23
22CONFIGURE_ARGS+= --disable-doxygen-doc 24CONFIGURE_ARGS+= --disable-doxygen-doc
23 25
24.include "../../converters/libiconv/buildlink3.mk" 26.include "../../converters/libiconv/buildlink3.mk"
25.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"