diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-06-24 19:58:32 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-06-24 19:58:32 +0200 |
commit | d8e1ce857bedb9d018ae0918b4c90686d604c2df (patch) | |
tree | 111a8759c0599ce2be8d25946d21dee4f69923b9 /redhat/tdeutils | |
parent | 8743b3f65cd27e30aefe49f127105aa305a86051 (diff) | |
download | tde-packaging-d8e1ce857bedb9d018ae0918b4c90686d604c2df.tar.gz tde-packaging-d8e1ce857bedb9d018ae0918b4c90686d604c2df.zip |
RPM Packaging: add 3.5.13.2 build patches
Diffstat (limited to 'redhat/tdeutils')
-rw-r--r-- | redhat/tdeutils/kdeutils-3.5.13.2-rhel4.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/tdeutils/kdeutils-3.5.13.2-rhel4.patch b/redhat/tdeutils/kdeutils-3.5.13.2-rhel4.patch new file mode 100644 index 000000000..ddc9c77e4 --- /dev/null +++ b/redhat/tdeutils/kdeutils-3.5.13.2-rhel4.patch @@ -0,0 +1,11 @@ +--- trinity-tdeutils-3.5.13.2/ConfigureChecks.cmake.rhel4 2013-01-09 02:43:16.000000000 +0100 ++++ trinity-tdeutils-3.5.13.2/ConfigureChecks.cmake 2013-03-10 16:25:27.108634832 +0100 +@@ -109,8 +107,6 @@ + set( CMAKE_REQUIRED_LIBRARIES ) + set( HAVE_DPMS 1 ) + endif( WITH_DPMS ) +- else( XEXT_FOUND ) +- tde_message_fatal( "libXext is requested, but was not found on your system" ) + endif( XEXT_FOUND ) + endif( ) + |