By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1560
Collapse All | Expand All

(-)trinity-tdelibs-14.0.0~pre599+bae79307/tdecore/CMakeLists.txt.ftbfs (+1 lines)
Lines 83-88 Link Here
83
  ${TQT_LIBRARY_DIRS}
83
  ${TQT_LIBRARY_DIRS}
84
  ${LIBIDN_LIBRARY_DIRS}
84
  ${LIBIDN_LIBRARY_DIRS}
85
  ${GAMIN_LIBDIR}
85
  ${GAMIN_LIBDIR}
86
  ${LIBART_LIBRARY_DIRS}
86
)
87
)
87
88
88
##### headers ###################################
89
##### headers ###################################
(-)trinity-tdelibs-14.0.0~pre599+bae79307/pics/CMakeLists.txt.ORI (+1 lines)
Lines 28-33 Link Here
28
28
29
link_directories(
29
link_directories(
30
  ${TQT_LIBRARY_DIRS}
30
  ${TQT_LIBRARY_DIRS}
31
  ${LIBART_LIBRARY_DIRS}
31
)
32
)
32
33
33
34
(-)trinity-tdelibs-14.0.0~pre599+bae79307/tdecore/tdehardwaredevices.h.ORI (+2 lines)
Lines 27-33 Link Here
27
#include "tdelibs_export.h"
27
#include "tdelibs_export.h"
28
28
29
// udev includes
29
// udev includes
30
extern "C" {
30
#include <libudev.h>
31
#include <libudev.h>
32
}
31
#include <stdio.h>
33
#include <stdio.h>
32
#include <stdlib.h>
34
#include <stdlib.h>
33
#include <locale.h>
35
#include <locale.h>
(-)trinity-tdelibs-14.0.0~pre599+bae79307/tdecore/tdehardwaredevices.cpp.ORI (+2 lines)
Lines 33-39 Link Here
33
#include <tdeapplication.h>
33
#include <tdeapplication.h>
34
#include <dcopclient.h>
34
#include <dcopclient.h>
35
35
36
extern "C" {
36
#include <libudev.h>
37
#include <libudev.h>
38
}
37
39
38
#include <fcntl.h>
40
#include <fcntl.h>
39
#include <poll.h>
41
#include <poll.h>

Return to bug 1560