diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-05-30 23:30:14 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-05-30 23:30:14 +0000 |
commit | d8023497c00776fb450be52a1fc43d74bf637f3b (patch) | |
tree | 751862666a7d10232e4355d60c7fb87334fcb57f /chat/xchat | |
parent | b87397dab4e31dd7881f498ee20ef48c2e5f13e5 (diff) | |
download | pkgsrc-d8023497c00776fb450be52a1fc43d74bf637f3b.tar.gz |
add BUILD_USES_MSGFMT. fixes build/packaging problem noted recently on sparc
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 618d36b3a14..2af32d6e3b4 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2002/04/09 09:14:58 tron Exp $ +# $NetBSD: Makefile,v 1.21 2002/05/30 23:30:14 dmcmahill Exp $ DISTNAME= xchat-1.8.8 CATEGORIES= chat x11 gnome @@ -16,6 +16,7 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= ac_cv_lib_intl_bindtextdomain='yes' CONFIGURE_ENV+= pythonpath=${PYTHONBIN} MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" +BUILD_USES_MSGFMT= YES BUILD_DEFS+= USE_INET6 |