let configure ignore <linux/input.h>, otherwise we'd need
another PLIST conditional
This commit is contained in:
parent
6f458bbf5a
commit
c26e4f9c39
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue