From da2bbe1792f58260d4ce6b0ede412feaa1794433 Mon Sep 17 00:00:00 2001 From: prlw1 Date: Thu, 12 Dec 2013 01:28:45 +0000 Subject: Build fix for deprecated functions --- x11/gtksourceview3/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'x11') diff --git a/x11/gtksourceview3/Makefile b/x11/gtksourceview3/Makefile index 7977339425c..5a6524f7adc 100644 --- a/x11/gtksourceview3/Makefile +++ b/x11/gtksourceview3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2013/10/10 14:41:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.16 2013/12/12 01:28:45 prlw1 Exp $ # DISTNAME= gtksourceview-3.6.0 @@ -17,6 +17,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake gsed intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes +CONFIGURE_ARGS+= --disable-deprecations +CONFIGURE_ARGS+= --disable-maintainer-mode PKGCONFIG_OVERRIDE+= gtksourceview-3.0.pc.in -- cgit v1.2.3