diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-02-17 00:14:27 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-02-17 00:14:27 +0000 |
commit | 9e880f8ae8150e13c65b5a013a28a0f8a9e10362 (patch) | |
tree | 42936564ca4ab637477135893139f8a8856789e1 /app-office/dia/files | |
parent | Bump pycrypto dep once more so we can rely on the generic fix (diff) | |
download | gentoo-2-9e880f8ae8150e13c65b5a013a28a0f8a9e10362.tar.gz gentoo-2-9e880f8ae8150e13c65b5a013a28a0f8a9e10362.tar.bz2 gentoo-2-9e880f8ae8150e13c65b5a013a28a0f8a9e10362.zip |
Fix gnome compilation #118591. Mark 0.94-r4 stable on ia64
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-office/dia/files')
-rw-r--r-- | app-office/dia/files/dia-0.94-pkgconfig.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-office/dia/files/dia-0.94-pkgconfig.patch b/app-office/dia/files/dia-0.94-pkgconfig.patch new file mode 100644 index 000000000000..9859f6d89e64 --- /dev/null +++ b/app-office/dia/files/dia-0.94-pkgconfig.patch @@ -0,0 +1,10 @@ +--- configure.in 2006/01/15 00:17:25 1.1 ++++ configure.in 2006/01/15 00:17:38 +@@ -53,7 +53,6 @@ AC_SUBST(APP_LIBS) + dnl Checks for libraries + + AM_PATH_GLIB_2_0(2.0.0) +-AM_PATH_GTK_2_0(2.0.0) + + GTK_MODULES="gtk+-2.0 libxml-2.0 gdk-pixbuf-2.0" + PKG_CHECK_MODULES(PANGOVERSION, pango >= 1.1.5, , |