diff options
author | drochner <drochner@pkgsrc.org> | 2014-02-12 11:07:18 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2014-02-12 11:07:18 +0000 |
commit | 132898755895be231898dc3266c4a0b14bb98099 (patch) | |
tree | b542a680096dc4182ce2e49c5037a18bd5e97748 /x11/gtksourceview3 | |
parent | 52729ab8495796cd1621761d811fb84736068013 (diff) | |
download | pkgsrc-132898755895be231898dc3266c4a0b14bb98099.tar.gz |
don't DISABLE_DEPRECATED, fixes build (at least with gtk3+-3.10.7)
Diffstat (limited to 'x11/gtksourceview3')
-rw-r--r-- | x11/gtksourceview3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtksourceview3/Makefile b/x11/gtksourceview3/Makefile index f96a4e48813..524e8e747a2 100644 --- a/x11/gtksourceview3/Makefile +++ b/x11/gtksourceview3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/02/12 01:07:01 prlw1 Exp $ +# $NetBSD: Makefile,v 1.18 2014/02/12 11:07:18 drochner Exp $ # DISTNAME= gtksourceview-3.10.2 @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake gsed intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes -CONFIGURE_ARGS+= --disable-deprecations +#CONFIGURE_ARGS+= --disable-deprecations CONFIGURE_ARGS+= --disable-maintainer-mode PKGCONFIG_OVERRIDE+= gtksourceview-3.0.pc.in |