diff options
-rw-r--r-- | devel/libdatrie/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libdatrie/Makefile b/devel/libdatrie/Makefile index 8728bb6985d..7fb076e12f2 100644 --- a/devel/libdatrie/Makefile +++ b/devel/libdatrie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/02/16 18:46:51 hans Exp $ +# $NetBSD: Makefile,v 1.10 2012/09/22 04:43:09 obache Exp $ # DISTNAME= libdatrie-0.2.5 @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config -LIBS.SunOS+= -liconv +CONFIGURE_ENV+= ICONV_LIBS=${BUILDLINK_LDADD.iconv:Q} PKGCONFIG_OVERRIDE+= datrie-0.2.pc.in |