diff options
Diffstat (limited to 'redhat/kdenetwork/kdenetwork-3.5.13-missing_ldflags.patch')
-rw-r--r-- | redhat/kdenetwork/kdenetwork-3.5.13-missing_ldflags.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/redhat/kdenetwork/kdenetwork-3.5.13-missing_ldflags.patch b/redhat/kdenetwork/kdenetwork-3.5.13-missing_ldflags.patch new file mode 100644 index 000000000..88d7fd0f1 --- /dev/null +++ b/redhat/kdenetwork/kdenetwork-3.5.13-missing_ldflags.patch @@ -0,0 +1,10 @@ +--- kdenetwork/wifi/CMakeLists.txt.ldflags 2011-10-29 04:43:38.000000000 +0200 ++++ kdenetwork/wifi/CMakeLists.txt 2012-08-08 15:14:31.956605213 +0200 +@@ -21,6 +21,7 @@ + ${CMAKE_BINARY_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} ++ ${ARTS_INCLUDE_DIRS}/.. + ) + + link_directories( |