diff options
author | drochner <drochner@pkgsrc.org> | 2009-09-09 17:22:53 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-09-09 17:22:53 +0000 |
commit | c26e4f9c39a747ff00cea554411539d377c22df4 (patch) | |
tree | 8d3c965fc6ac8983b04b0738201fa1a2d6cfb833 /graphics | |
parent | 6f458bbf5a4fe3c8180de3a955122fadfdb9ce26 (diff) | |
download | pkgsrc-c26e4f9c39a747ff00cea554411539d377c22df4.tar.gz |
let configure ignore <linux/input.h>, otherwise we'd need
another PLIST conditional
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index f0b21cee41d..24a00bb4a71 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.185 2009/08/26 19:56:44 sno Exp $ +# $NetBSD: Makefile,v 1.186 2009/09/09 17:22:53 drochner Exp $ DISTNAME= gimp-2.6.7 PKGREVISION= 1 @@ -41,6 +41,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-perl CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --without-linux-input UNLIMIT_RESOURCES+= datasize |