summaryrefslogtreecommitdiffstats
path: root/redhat/kdenetwork/kdenetwork-3.5.13.1-fix_rhel4_libraries.patch
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2012-10-21 19:27:55 +0200
committerFrancois Andriot <francois.andriot@free.fr>2012-10-21 19:27:55 +0200
commiteebed6b614c52895321754908c05b5082f531b85 (patch)
tree56bf0c5f54512c2fd8ed02cbe16d1da83b723461 /redhat/kdenetwork/kdenetwork-3.5.13.1-fix_rhel4_libraries.patch
parent59daf455b483742c6c47099652117074df37889a (diff)
downloadtde-packaging-eebed6b614c52895321754908c05b5082f531b85.tar.gz
tde-packaging-eebed6b614c52895321754908c05b5082f531b85.zip
RHEL/Fedora/MGA/MDV/Suse: update main and libraries for TDE 3.5.13.1
Diffstat (limited to 'redhat/kdenetwork/kdenetwork-3.5.13.1-fix_rhel4_libraries.patch')
-rw-r--r--redhat/kdenetwork/kdenetwork-3.5.13.1-fix_rhel4_libraries.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/redhat/kdenetwork/kdenetwork-3.5.13.1-fix_rhel4_libraries.patch b/redhat/kdenetwork/kdenetwork-3.5.13.1-fix_rhel4_libraries.patch
new file mode 100644
index 000000000..f6b87914f
--- /dev/null
+++ b/redhat/kdenetwork/kdenetwork-3.5.13.1-fix_rhel4_libraries.patch
@@ -0,0 +1,9 @@
+--- kdenetwork-3.5.13.1/krfb/ConfigureChecks.cmake.ORI 2012-10-09 20:58:42.674713186 +0200
++++ kdenetwork-3.5.13.1/krfb/ConfigureChecks.cmake 2012-10-09 20:59:17.585002712 +0200
+@@ -11,5 +11,5 @@
+
+ pkg_search_module( XTST xtst )
+ if( NOT XTST_FOUND )
+- tde_message_fatal( "xtst is required, but was not found on your system" )
++ set( XTST_LIBRARIES "-lXtst" )
+ endif( )