Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 79482 Details for
Bug 122351
sys-fs/evms - gtk2 support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
evms2-gtk2-configure.patch
evms2-gtk2-configure.patch (text/plain), 1.40 KB, created by
Alexey Maximov
on 2006-02-10 18:44:53 UTC
(
hide
)
Description:
evms2-gtk2-configure.patch
Filename:
MIME Type:
Creator:
Alexey Maximov
Created:
2006-02-10 18:44:53 UTC
Size:
1.40 KB
patch
obsolete
># Patch made by Alexey Maximov (amax@fantoo.org) > >diff -ruN evms-2.5.4.orig/configure.ac evms-2.5.4/configure.ac >--- evms-2.5.4.orig/configure.ac 2005-11-12 05:31:05.000000000 +0600 >+++ evms-2.5.4/configure.ac 2006-02-11 07:00:52.826172016 +0600 >@@ -99,7 +99,7 @@ > > AC_PATH_GLIB([1.2.0], [have_glib="yes"], [have_glib="no"]) > AC_PATH_GLIB2([2.0.0], [have_glib2="yes"], [have_glib2="no"]) >-AC_PATH_GTK([1.2.0], [have_gtk="yes"], [have_gtk="no"], [gthread]) >+#AC_PATH_GTK([1.2.0], [have_gtk="yes"], [have_gtk="no"], [gthread]) > AC_PATH_HA([0.4.9f], [have_ha="yes"], [have_ha="no"]) > > # Typedefs and structures >diff -ruN evms-2.5.4.orig/make.rules.in evms-2.5.4/make.rules.in >--- evms-2.5.4.orig/make.rules.in 2005-11-12 05:31:05.000000000 +0600 >+++ evms-2.5.4/make.rules.in 2006-02-11 08:20:10.394911632 +0600 >@@ -48,8 +48,8 @@ > GLIB_CPPFLAGS = @GLIB_CPPFLAGS@ > GLIB2_LIBS = @GLIB2_LIBS@ > GLIB2_CPPFLAGS = @GLIB2_CPPFLAGS@ >-GTK_LIBS = @GTK_LIBS@ >-GTK_CPPFLAGS = @GTK_CPPFLAGS@ >+GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -pthread -lgthread-2.0 >+GTK_CPPFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > HA_LIBS = @HA_LIBS@ > HA_CPPFLAGS = @HA_CPPFLAGS@ > HA_RESOURCEDIR = @HA_RESOURCEDIR@
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 122351
:
79419
|
79480
|
79481
| 79482 |
79496
|
79497