diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-05-02 13:40:59 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-05-02 13:40:59 +0000 |
commit | 4ff941992384d7af8a9e8d142874d699aae3634b (patch) | |
tree | fb16e0c7ea1f2d7306c17b542ae939ece9c4d1a3 /x11/xpad | |
parent | 87f12af34fe52fc22605c09dd3bece0fd3038196 (diff) | |
download | pkgsrc-4ff941992384d7af8a9e8d142874d699aae3634b.tar.gz |
Fix build error by removing -DGTK_DISABLE_DEPRECATED.
Diffstat (limited to 'x11/xpad')
-rw-r--r-- | x11/xpad/Makefile | 4 |
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" |