Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 201570 Details for
Bug 275735
net-im/pidgin-2.5.7: fix for: error: gdk/gdkx.h: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pidgin-2.5.7.ebuild.diff
pidgin-2.5.7.patch (text/plain), 1.95 KB, created by
Jacob Godserv
on 2009-08-18 01:41:38 UTC
(
hide
)
Description:
pidgin-2.5.7.ebuild.diff
Filename:
MIME Type:
Creator:
Jacob Godserv
Created:
2009-08-18 01:41:38 UTC
Size:
1.95 KB
patch
obsolete
>--- usr/portage/net-im/pidgin/pidgin-2.5.7.ebuild 2009-08-17 14:49:33 -0400 >+++ usr/portage/net-im/pidgin/pidgin-2.5.7.ebuild 2009-08-07 09:13:57 -0400 >@@ -1,6 +1,6 @@ > # Copyright 1999-2009 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.5.7.ebuild,v 1.3 2009/08/13 21:22:46 ssuominen Exp $ >+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.5.7.ebuild,v 1.1 2009/06/21 04:12:58 tester Exp $ > > EAPI=2 > >@@ -12,8 +12,8 @@ > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="~x86-freebsd ~amd64-linux ~x86-linux" >-IUSE="bonjour dbus debug doc eds gadu gnutls +gstreamer meanwhile" >+KEYWORDS="~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" >+IUSE="aqua bonjour dbus debug doc eds gadu gnutls +gstreamer meanwhile" > IUSE="${IUSE} networkmanager nls perl silc tcl tk spell qq gadu" > IUSE="${IUSE} +gtk sasl ncurses groupwise prediction zephyr" # mono" > >@@ -53,6 +53,8 @@ > dev-lang/perl > dev-perl/XML-Parser > dev-util/pkgconfig >+ sys-devel/automake:1.9 >+ =sys-devel/libtool-2.2.6* > gtk? ( x11-proto/scrnsaverproto ) > doc? ( app-doc/doxygen ) > nls? ( sys-devel/gettext )" >@@ -85,9 +87,9 @@ > > src_prepare() { > epatch "${FILESDIR}"/${PN}-2.5.4-icq.patch >- >- # Fix intltoolize broken file, see upstream #577133 >- sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i "${S}/po/Makefile.in.in" || die "sed failed" >+ if use aqua && use gtk; then >+ epatch "${FILESDIR}"/gtkdocklet-quartz.diff >+ fi > } > > src_configure() { >@@ -95,6 +97,9 @@ > strip-flags > replace-flags -O? -O2 > >+ # -msse2 doesn't play nice on gcc 3.2 >+ [[ "`gcc-version`" == "3.2" ]] && filter-flags -msse2 >+ > local myconf > > if use gadu; then >@@ -137,6 +142,10 @@ > myconf="${myconf} --enable-gnutls=no --enable-nss=yes" > fi > >+ if use aqua && use gtk ; then >+ myconf="${myconf} --enable-gtkstatusicon --disable-gestures --without-x --disable-startup-notification" >+ fi >+ > econf \ > $(use_enable ncurses consoleui) \ > $(use_enable nls) \
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 275735
:
195989
|
195991
|
201570
|
201572
|
201715