Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 117007 | Differences between
and this patch

Collapse All | Expand All

(-)dia-0.94.orig/configure.in (+2 lines)
Lines 108-113 Link Here
108
              GNOME=$enableval, GNOME=no)
108
              GNOME=$enableval, GNOME=no)
109
if test "$GNOME" = "yes" ; then
109
if test "$GNOME" = "yes" ; then
110
    GTK_MODULES="$GTK_MODULES libgnome-2.0 libgnomeui-2.0"
110
    GTK_MODULES="$GTK_MODULES libgnome-2.0 libgnomeui-2.0"
111
    GTK_CFLAGS="$GTK_CFLAGS -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/libxml2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/include/libart-2.0 -I/usr/include/libbonoboui-2.0"
112
    GTK_LIBS="$GTK_LIBS -lxml2 -lart_lgpl -lgnomeui-2"
111
    AC_DEFINE(GNOME,1,[Define if building with GNOME support])
113
    AC_DEFINE(GNOME,1,[Define if building with GNOME support])
112
    AC_DEFINE_UNQUOTED(GNOME_ICONDIR, "${prefix}/share/pixmaps", [GNOME icon directory])
114
    AC_DEFINE_UNQUOTED(GNOME_ICONDIR, "${prefix}/share/pixmaps", [GNOME icon directory])
113
    have_gnome=true
115
    have_gnome=true

Return to bug 117007