diff options
author | asau <asau@pkgsrc.org> | 2009-06-17 18:40:55 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-06-17 18:40:55 +0000 |
commit | c909c7f38a77d5f0ef6d9cb2bf3476d40b8ea78b (patch) | |
tree | 8f679d51d6b84066e7e269dbd086098713cb7086 /x11/gtk2 | |
parent | 0846c7bf9c840bc73b210965ad36a6ee6e149f02 (diff) | |
download | pkgsrc-c909c7f38a77d5f0ef6d9cb2bf3476d40b8ea78b.tar.gz |
Resolve conflicting edits: back out my change, expand comment.
Diffstat (limited to 'x11/gtk2')
-rw-r--r-- | x11/gtk2/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index aa2ea8519c3..e08ee97e070 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.178 2009/06/17 17:57:55 asau Exp $ +# $NetBSD: Makefile,v 1.179 2009/06/17 18:40:55 asau Exp $ DISTNAME= gtk+-2.16.2 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -28,7 +28,7 @@ PTHREAD_AUTO_VARS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/libdata -# papi support doesn't build +# Work around build problems, disable unstable PAPI, PR #41608: CONFIGURE_ARGS+= --disable-papi MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} TEST_TARGET= check @@ -63,11 +63,6 @@ PYTHON_PATCH_SCRIPTS= gtk/gtk-builder-convert DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat .endif -# Work around build problems, disable unstable PAPI, PR #41608: -.if ${OPSYS} == "SunOS" -CONFIGURE_ARGS+= --disable-papi -.endif - .include "options.mk" # We remove the module databases during post-install since we create them |