diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-08-02 10:03:37 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-08-02 10:03:37 +0200 |
commit | d35624136e368fc9e7142dd1d408a3c7fc7183f6 (patch) | |
tree | c3521f6a8df6079b3cc18e7e8b7b58ef597af361 /redhat/tdelibs/tdelibs-14.0.0-ftbfs.patch | |
parent | a39950451da2ea0bee65ead0083d14c323ef3324 (diff) | |
download | tde-packaging-d35624136e368fc9e7142dd1d408a3c7fc7183f6.tar.gz tde-packaging-d35624136e368fc9e7142dd1d408a3c7fc7183f6.zip |
RPM Packaging: update tdelibs
Diffstat (limited to 'redhat/tdelibs/tdelibs-14.0.0-ftbfs.patch')
-rw-r--r-- | redhat/tdelibs/tdelibs-14.0.0-ftbfs.patch | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/redhat/tdelibs/tdelibs-14.0.0-ftbfs.patch b/redhat/tdelibs/tdelibs-14.0.0-ftbfs.patch deleted file mode 100644 index e53d4cfa0..000000000 --- a/redhat/tdelibs/tdelibs-14.0.0-ftbfs.patch +++ /dev/null @@ -1,44 +0,0 @@ ---- trinity-tdelibs-14.0.0~pre599+bae79307/tdecore/CMakeLists.txt.ftbfs 2013-07-16 15:59:42.000000000 +0200 -+++ trinity-tdelibs-14.0.0~pre599+bae79307/tdecore/CMakeLists.txt 2013-07-17 14:39:37.553649801 +0200 -@@ -83,6 +83,7 @@ - ${TQT_LIBRARY_DIRS} - ${LIBIDN_LIBRARY_DIRS} - ${GAMIN_LIBDIR} -+ ${LIBART_LIBRARY_DIRS} - ) - - ##### headers ################################### ---- trinity-tdelibs-14.0.0~pre599+bae79307/pics/CMakeLists.txt.ORI 2013-07-17 14:56:14.633297689 +0200 -+++ trinity-tdelibs-14.0.0~pre599+bae79307/pics/CMakeLists.txt 2013-07-17 14:56:25.145239757 +0200 -@@ -28,6 +28,7 @@ - - link_directories( - ${TQT_LIBRARY_DIRS} -+ ${LIBART_LIBRARY_DIRS} - ) - - ---- trinity-tdelibs-14.0.0~pre599+bae79307/tdecore/tdehardwaredevices.h.ORI 2013-07-17 14:47:03.918290078 +0200 -+++ trinity-tdelibs-14.0.0~pre599+bae79307/tdecore/tdehardwaredevices.h 2013-07-17 14:47:22.080194401 +0200 -@@ -27,7 +27,9 @@ - #include "tdelibs_export.h" - - // udev includes -+extern "C" { - #include <libudev.h> -+} - #include <stdio.h> - #include <stdlib.h> - #include <locale.h> ---- trinity-tdelibs-14.0.0~pre599+bae79307/tdecore/tdehardwaredevices.cpp.ORI 2013-07-17 14:47:29.718154173 +0200 -+++ trinity-tdelibs-14.0.0~pre599+bae79307/tdecore/tdehardwaredevices.cpp 2013-07-17 14:47:47.204062091 +0200 -@@ -33,7 +33,9 @@ - #include <tdeapplication.h> - #include <dcopclient.h> - -+extern "C" { - #include <libudev.h> -+} - - #include <fcntl.h> - #include <poll.h> |