summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-11 19:34:50 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-11 19:34:50 +0000
commitcc95a3be5834afb3fd45a08894a258a70c42ffce (patch)
tree28fdd562cdb828dcf416cbb0dde146594b4a03f0 /media-gfx/kfax
parentppc/ppc64 stable wrt #378665 (diff)
downloadgentoo-2-cc95a3be5834afb3fd45a08894a258a70c42ffce.tar.gz
gentoo-2-cc95a3be5834afb3fd45a08894a258a70c42ffce.tar.bz2
gentoo-2-cc95a3be5834afb3fd45a08894a258a70c42ffce.zip
Fix underlinking, bug 369645
(Portage version: 2.1.10.10/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/kfax')
-rw-r--r--media-gfx/kfax/ChangeLog6
-rw-r--r--media-gfx/kfax/files/kfax-3.3.6-underlinking.patch12
-rw-r--r--media-gfx/kfax/kfax-3.3.6-r1.ebuild9
3 files changed, 23 insertions, 4 deletions
diff --git a/media-gfx/kfax/ChangeLog b/media-gfx/kfax/ChangeLog
index 7a47a83b46cf..92a39b962e25 100644
--- a/media-gfx/kfax/ChangeLog
+++ b/media-gfx/kfax/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/kfax
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/kfax/ChangeLog,v 1.4 2011/02/02 03:00:51 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/kfax/ChangeLog,v 1.5 2011/08/11 19:34:50 dilfridge Exp $
+
+ 11 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org> kfax-3.3.6-r1.ebuild,
+ +files/kfax-3.3.6-underlinking.patch:
+ Fix underlinking, bug 369645
02 Feb 2011; Theo Chatzimichos <tampakrap@gentoo.org> -kfax-3.3.6.ebuild:
remove old
diff --git a/media-gfx/kfax/files/kfax-3.3.6-underlinking.patch b/media-gfx/kfax/files/kfax-3.3.6-underlinking.patch
new file mode 100644
index 000000000000..701308951b63
--- /dev/null
+++ b/media-gfx/kfax/files/kfax-3.3.6-underlinking.patch
@@ -0,0 +1,12 @@
+diff -ruN kfax-3.3.6-kde4.4.0.orig/CMakeLists.txt kfax-3.3.6-kde4.4.0/CMakeLists.txt
+--- kfax-3.3.6-kde4.4.0.orig/CMakeLists.txt 2010-02-11 21:59:47.000000000 +0100
++++ kfax-3.3.6-kde4.4.0/CMakeLists.txt 2011-08-11 21:33:15.262295828 +0200
+@@ -12,7 +12,7 @@
+
+ kde4_add_executable(kfax ${kfax_SRCS})
+
+-target_link_libraries(kfax ${KDE4_KIO_LIBS} ${QT_QT3SUPPORT_LIBRARY} )
++target_link_libraries(kfax ${KDE4_KIO_LIBS} ${QT_QT3SUPPORT_LIBRARY} ${X11_LIBRARIES})
+
+ install(TARGETS kfax ${INSTALL_TARGETS_DEFAULT_ARGS} )
+
diff --git a/media-gfx/kfax/kfax-3.3.6-r1.ebuild b/media-gfx/kfax/kfax-3.3.6-r1.ebuild
index b76bc804774f..7ff00a295ac9 100644
--- a/media-gfx/kfax/kfax-3.3.6-r1.ebuild
+++ b/media-gfx/kfax/kfax-3.3.6-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/kfax/kfax-3.3.6-r1.ebuild,v 1.1 2010/11/13 23:20:24 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/kfax/kfax-3.3.6-r1.ebuild,v 1.2 2011/08/11 19:34:50 dilfridge Exp $
EAPI=3
@@ -31,4 +31,7 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${MY_P}
-PATCHES=( "${FILESDIR}/${P}-kde45.patch" )
+PATCHES=(
+ "${FILESDIR}/${P}-kde45.patch"
+ "${FILESDIR}/${P}-underlinking.patch"
+)