* [gentoo-commits] gentoo-x86 commit in app-office/krita/files: krita-2.3.1-linkx11.patch
@ 2011-01-23 18:07 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 2+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-01-23 18:07 UTC (permalink / raw
To: gentoo-commits
dilfridge 11/01/23 18:07:19
Added: krita-2.3.1-linkx11.patch
Log:
Fix linkage against X11 libs, bug 352425
(Portage version: 2.1.9.35/cvs/Linux x86_64)
Revision Changes Path
1.1 app-office/krita/files/krita-2.3.1-linkx11.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/krita/files/krita-2.3.1-linkx11.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/krita/files/krita-2.3.1-linkx11.patch?rev=1.1&content-type=text/plain
Index: krita-2.3.1-linkx11.patch
===================================================================
diff -ruN krita-2.3.1.orig/krita/ui/CMakeLists.txt krita-2.3.1/krita/ui/CMakeLists.txt
--- krita-2.3.1.orig/krita/ui/CMakeLists.txt 2011-01-15 21:07:11.000000000 +0100
+++ krita-2.3.1/krita/ui/CMakeLists.txt 2011-01-23 18:56:56.824000099 +0100
@@ -216,6 +216,10 @@
target_link_libraries(kritaui ${KDE4_THREADWEAVER_LIBRARIES} kritaimage komain kowidgets ${PNG_LIBRARIES} ${EXIV2_LIBRARIES})
+IF(Q_WS_X11)
+ TARGET_LINK_LIBRARIES(kritaui ${X11_LIBRARIES})
+ENDIF(Q_WS_X11)
+
if(HAVE_OPENGL)
target_link_libraries(kritaui ${OPENGL_LIBRARIES} ${QT_QTOPENGL_LIBRARY} ${OPENEXR_LIBRARIES})
set (GL_INTERFACE_LIBRARIES ";${OPENGL_LIBRARIES};${QT_QTOPENGL_LIBRARY}")
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-office/krita/files: krita-2.3.1-linkx11.patch
@ 2012-06-24 11:59 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 2+ messages in thread
From: Andreas HAttel (dilfridge) @ 2012-06-24 11:59 UTC (permalink / raw
To: gentoo-commits
dilfridge 12/06/24 11:59:26
Removed: krita-2.3.1-linkx11.patch
Log:
Remove KOffice 2.3, superceded by Calligra 2.4
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-24 12:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-24 11:59 [gentoo-commits] gentoo-x86 commit in app-office/krita/files: krita-2.3.1-linkx11.patch Andreas HAttel (dilfridge)
-- strict thread matches above, loose matches on Subject: below --
2011-01-23 18:07 Andreas HAttel (dilfridge)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox