summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-06-11 08:50:04 +0000
committerwiz <wiz@pkgsrc.org>2010-06-11 08:50:04 +0000
commitd8b750000b49a6b6d71c05de796108c7496b4659 (patch)
tree14c18f6a989f5ce8deb89e033ddaf7c9a118bcdc /ham
parent2a231652030fd0acfad161546b1c1cc2ccc5a09e (diff)
downloadpkgsrc-d8b750000b49a6b6d71c05de796108c7496b4659.tar.gz
Fix build with gtk2-2.20.
Diffstat (limited to 'ham')
-rw-r--r--ham/gpredict/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/ham/gpredict/Makefile b/ham/gpredict/Makefile
index 0591cbe3fee..665bb5449c9 100644
--- a/ham/gpredict/Makefile
+++ b/ham/gpredict/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2009/08/26 19:57:53 sno Exp $
+# $NetBSD: Makefile,v 1.16 2010/06/11 09:57:01 wiz Exp $
DISTNAME= gpredict-0.8.0
PKGREVISION= 2
@@ -16,6 +16,12 @@ USE_TOOLS+= gmake msgfmt pkg-config intltool
USE_PKGLOCALEDIR=yes
GNU_CONFIGURE= yes
+# needed for gpredict-0.8.0 and gtk2-2.20 -- remove on next update!
+BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED
+BUILDLINK_TRANSFORM+= rm:-DGDK_DISABLE_DEPRECATED
+BUILDLINK_TRANSFORM+= rm:-DGDK_PIXBUF_DISABLE_DEPRECATED
+BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED
+
.include "../../devel/GConf/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
#.include "../../ham/hamlib/buildlink3.mk"