diff options
author | obache <obache@pkgsrc.org> | 2013-05-11 02:23:54 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-05-11 02:23:54 +0000 |
commit | d3af9ba6d9b07d4f8416501054bfbdfc1f34362a (patch) | |
tree | f60e08c5545e903d459ef83666db56870ad27f08 /pkgtools | |
parent | 957bb134ed9e2ad79ddef29a742d5ac045100ad7 (diff) | |
download | pkgsrc-d3af9ba6d9b07d4f8416501054bfbdfc1f34362a.tar.gz |
Allow to use glib deprecated API, for g_thread_suppoted()
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/packagekit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/packagekit/Makefile b/pkgtools/packagekit/Makefile index 632664c72c5..ca7e8c11893 100644 --- a/pkgtools/packagekit/Makefile +++ b/pkgtools/packagekit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2013/05/09 07:39:19 adam Exp $ +# $NetBSD: Makefile,v 1.32 2013/05/11 02:23:54 obache Exp $ # DISTNAME= PackageKit-0.4.0 @@ -66,6 +66,7 @@ pre-configure: .include "../../mk/compiler.mk" BUILDLINK_TRANSFORM+= rm:-Werror +BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED .include "../../databases/shared-mime-info/mimedb.mk" .include "../../databases/sqlite3/buildlink3.mk" |