diff options
author | wiz <wiz> | 2002-12-24 21:00:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-12-24 21:00:10 +0000 |
commit | e29821a55a082c02ff1529185b9c370df763d943 (patch) | |
tree | 3c2f485f9b8ddd6cf152356e7969b89c7346a360 /x11/gtk2 | |
parent | f6edaa89e0b90909eb46e69d25138d85ba9082bf (diff) | |
download | pkgsrc-e29821a55a082c02ff1529185b9c370df763d943.tar.gz |
Disable xinerama (work around linking problem with gtk2-using applications).
Bump PKGREVISION.
Diffstat (limited to 'x11/gtk2')
-rw-r--r-- | x11/gtk2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 53cf00f1e98..7a79bc30edf 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2002/12/24 04:07:31 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2002/12/24 21:00:10 wiz Exp $ # DISTNAME= gtk+-2.2.0 PKGNAME= ${DISTNAME:S/gtk/gtk2/} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.2/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.2/ \ @@ -21,6 +22,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-xinput=xfree +CONFIGURE_ENV+= ac_cv_header_X11_extensions_Xinerama_h=no +CONFIGURE_ENV+= ac_cv_lib_Xinerama_XineramaQueryExtension=no MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" TEST_TARGET= check |