diff options
author | agc <agc@pkgsrc.org> | 2013-05-11 05:29:07 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2013-05-11 05:29:07 +0000 |
commit | 8fec6cea917dc414781bbd6bbb22b1c6b48b1c54 (patch) | |
tree | 7e039de8d1cb119a9ee749b7d4a706aa00c18c90 /misc | |
parent | d3af9ba6d9b07d4f8416501054bfbdfc1f34362a (diff) | |
download | pkgsrc-8fec6cea917dc414781bbd6bbb22b1c6b48b1c54.tar.gz |
Allow misc/libutf to be cross-built - the build target is just its library,
and the test target is only used for testing
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libutf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/libutf/Makefile b/misc/libutf/Makefile index 37b2bd99d48..0e3ae7104d2 100644 --- a/misc/libutf/Makefile +++ b/misc/libutf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/10/08 09:57:29 asau Exp $ +# $NetBSD: Makefile,v 1.24 2013/05/11 05:29:07 agc Exp $ # DISTNAME= libutf-3.0 @@ -11,7 +11,8 @@ COMMENT= UTF-8 character set support library, including regular expressions GNU_CONFIGURE= yes USE_LIBTOOL= yes -BUILD_TARGET= tst +BUILD_TARGET= libutf.a +TEST_TARGET= tst CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |