pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/uim Add workaround to fix build failure wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/208d617a1d43
branches:  trunk
changeset: 393073:208d617a1d43
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun May 17 05:06:02 2009 +0000

description:
Add workaround to fix build failure with gnome option
(gnome-panel>=2.25.3, libpanel-applet doesn't depend on libgnomeui anymore),

Fixes PR 41071.

diffstat:

 inputmethod/uim/options.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r eb7046fe6b14 -r 208d617a1d43 inputmethod/uim/options.mk
--- a/inputmethod/uim/options.mk        Sun May 17 00:03:13 2009 +0000
+++ b/inputmethod/uim/options.mk        Sun May 17 05:06:02 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.15 2009/01/23 13:40:32 obache Exp $
+# $NetBSD: options.mk,v 1.16 2009/05/17 05:06:02 obache Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.uim
 #PKG_SUPPORTED_OPTIONS=        anthy canna eb gnome gtk kde m17nlib qt prime sj3 uim-fep wnn xim
@@ -57,6 +57,9 @@
 
 .if !empty(PKG_OPTIONS:Mgnome)
 .  include "../../x11/gnome-panel/buildlink3.mk"
+.  include "../../devel/libgnomeui/buildlink3.mk"
+CFLAGS+=               -I$(BUILDLINK_PREFIX.libgnomeui)/include/libgnomeui-2.0
+BUILDLINK_TRANSFORM+=  l:panel-applet-2:panel-applet-2:gnomeui-2
 PLIST.gnome=           yes
 .else
 CONFIGURE_ARGS+=       --disable-gnome-applet



Home | Main Index | Thread Index | Old Index