diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 18:45:59 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 18:45:59 +0000 |
commit | e3a2d5bbebd761e860ab938829adb18dbac40dfa (patch) | |
tree | 47b7b0f64932e3021d3f0ab462a17e3eac56c1c6 /devel/libdatrie | |
parent | 3725e341f75f9f10a994d39f4a67ce631d67347f (diff) | |
download | pkgsrc-e3a2d5bbebd761e860ab938829adb18dbac40dfa.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'devel/libdatrie')
-rw-r--r-- | devel/libdatrie/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libdatrie/Makefile b/devel/libdatrie/Makefile index bd8aafffb3b..8728bb6985d 100644 --- a/devel/libdatrie/Makefile +++ b/devel/libdatrie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2011/12/06 11:06:51 obache Exp $ +# $NetBSD: Makefile,v 1.9 2012/02/16 18:46:51 hans Exp $ # DISTNAME= libdatrie-0.2.5 @@ -17,6 +17,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config +LIBS.SunOS+= -liconv + PKGCONFIG_OVERRIDE+= datrie-0.2.pc.in CONFIGURE_ARGS+= --disable-doxygen-doc |