pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xpad Fix build error by removing -DGTK_DISABLE_DEP...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf22b3d6ae2e
branches:  trunk
changeset: 474576:cf22b3d6ae2e
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun May 02 13:40:59 2004 +0000

description:
Fix build error by removing -DGTK_DISABLE_DEPRECATED.

diffstat:

 x11/xpad/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 05d2c513ab28 -r cf22b3d6ae2e x11/xpad/Makefile
--- a/x11/xpad/Makefile Sun May 02 12:35:57 2004 +0000
+++ b/x11/xpad/Makefile Sun May 02 13:40:59 2004 +0000
@@ -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 @@
 
 LIBS.SunOS=            -lX11
 
+BUILDLINK_TRANSFORM+=  S:-DGTK_DISABLE_DEPRECATED:
+
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../textproc/intltool/buildlink3.mk"



Home | Main Index | Thread Index | Old Index