diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-10-09 00:33:20 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-10-09 00:33:20 +0000 |
commit | 3ac5deb94df1e0ef92808d88155f03044c2a5681 (patch) | |
tree | 83790b642b36db6b721d091be36d96d8b17dd006 /sysutils/gnome-vfs2 | |
parent | 1a11802228f5580fa25913d9102a3f9898cbe691 (diff) | |
download | pkgsrc-3ac5deb94df1e0ef92808d88155f03044c2a5681.tar.gz |
Apply patch from Leonard Schmidt to fix build on 2.x and maybe in
other platforms as well, this needs USE_MSGFMT_PLURALS.
Diffstat (limited to 'sysutils/gnome-vfs2')
-rw-r--r-- | sysutils/gnome-vfs2/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gnome-vfs2/Makefile.common b/sysutils/gnome-vfs2/Makefile.common index 475d38aae1d..60f078ec782 100644 --- a/sysutils/gnome-vfs2/Makefile.common +++ b/sysutils/gnome-vfs2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.22 2005/10/07 16:10:44 drochner Exp $ +# $NetBSD: Makefile.common,v 1.23 2005/10/09 00:33:20 xtraeme Exp $ # DISTNAME= gnome-vfs-2.12.1.1 @@ -21,6 +21,7 @@ GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake pkg-config USE_LIBTOOL= YES +USE_MSGFMT_PLURALS= YES USE_PKGINSTALL= YES CONFIGURE_ARGS+= --disable-cdda |