pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/balsa2 Make this build by enabling usage of depre...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29356fd404c5
branches:  trunk
changeset: 494275:29356fd404c5
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun May 22 08:29:15 2005 +0000

description:
Make this build by enabling usage of deprecated GTK, GNOME and gnome-vfs APIs.
Probably broken after the last updates of GNOME-related packages.

diffstat:

 mail/balsa2/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 390c465a1719 -r 29356fd404c5 mail/balsa2/Makefile
--- a/mail/balsa2/Makefile      Sun May 22 05:37:44 2005 +0000
+++ b/mail/balsa2/Makefile      Sun May 22 08:29:15 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/04/11 21:46:17 tv Exp $
+# $NetBSD: Makefile,v 1.37 2005/05/22 08:29:15 jmmv Exp $
 
 DISTNAME=      balsa-2.2.6
 PKGREVISION=   1
@@ -37,6 +37,10 @@
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 
+BUILDLINK_TRANSFORM+=          rm:-DGNOME_DISABLE_DEPRECATED
+BUILDLINK_TRANSFORM+=          rm:-DGNOME_VFS_DISABLE_DEPRECATED
+BUILDLINK_TRANSFORM+=          rm:-DGTK_DISABLE_DEPRECATED
+
 BUILDLINK_DEPENDS.gmime+=      gmime>=2.1.9
 
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index