summaryrefslogtreecommitdiff
path: root/x11/xpad
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-05-02 13:40:59 +0000
committerkristerw <kristerw@pkgsrc.org>2004-05-02 13:40:59 +0000
commit4ff941992384d7af8a9e8d142874d699aae3634b (patch)
treefb16e0c7ea1f2d7306c17b542ae939ece9c4d1a3 /x11/xpad
parent87f12af34fe52fc22605c09dd3bece0fd3038196 (diff)
downloadpkgsrc-4ff941992384d7af8a9e8d142874d699aae3634b.tar.gz
Fix build error by removing -DGTK_DISABLE_DEPRECATED.
Diffstat (limited to 'x11/xpad')
-rw-r--r--x11/xpad/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xpad/Makefile b/x11/xpad/Makefile
index 39aca795f3e..e2461e6d033 100644
--- a/x11/xpad/Makefile
+++ b/x11/xpad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/04/14 16:15:30 jmmv Exp $
+# $NetBSD: Makefile,v 1.10 2004/05/02 13:40:59 kristerw Exp $
#
DISTNAME= xpad-1.12
@@ -22,6 +22,8 @@ USE_X11= yes
LIBS.SunOS= -lX11
+BUILDLINK_TRANSFORM+= S:-DGTK_DISABLE_DEPRECATED:
+
.include "../../converters/libiconv/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"