public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/kradio/files: kradio-4.0.7-include.patch
@ 2014-05-16 17:20 Michael Palimaka (kensington)
  0 siblings, 0 replies; only message in thread
From: Michael Palimaka (kensington) @ 2014-05-16 17:20 UTC (permalink / raw
  To: gentoo-commits

kensington    14/05/16 17:20:04

  Added:                kradio-4.0.7-include.patch
  Log:
  Add patch to solve build failure due to missing include directories wrt bug #510500.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.1                  media-sound/kradio/files/kradio-4.0.7-include.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/files/kradio-4.0.7-include.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/files/kradio-4.0.7-include.patch?rev=1.1&content-type=text/plain

Index: kradio-4.0.7-include.patch
===================================================================
KDE4_INCLUDES also contains Qt includes required by KDE.
See FindKDE4Internal.cmake for more details.

Fixes Gentoo bug #510500.
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -55,7 +55,7 @@
 )
 
 INCLUDE_DIRECTORIES(
-    ${KDE4_INCLUDE_DIR}
+    ${KDE4_INCLUDES}
     ${QT_INCLUDE_DIR}
     ${Boost_INCLUDE_DIRS}
     ${CMAKE_CURRENT_BINARY_DIR}/src





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-16 17:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-16 17:20 [gentoo-commits] gentoo-x86 commit in media-sound/kradio/files: kradio-4.0.7-include.patch Michael Palimaka (kensington)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox