diff options
author | wiz <wiz@pkgsrc.org> | 2002-12-24 21:00:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-12-24 21:00:10 +0000 |
commit | 9123715bad75a389ab583c5a4d495d2698572232 (patch) | |
tree | 3c2f485f9b8ddd6cf152356e7969b89c7346a360 /x11/gtk2 | |
parent | 2ba8dbbf888a5dfda051dab00e982889d0ca8aad (diff) | |
download | pkgsrc-9123715bad75a389ab583c5a4d495d2698572232.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 |