Changes of Revision 2
[-] | Changed | libcec.spec |
x 1
2 Release: 1 3 Url: http://libcec.pulse-eight.com/ 4 Source0: %{pkgname}-%{version}.tar.bz2 5 +%if 0%{?sles_version} == 11 6 +Patch0: %{pkgname}-sles.patch 7 +%endif 8 License: GPLv2 9 Summary: Consumer Electronics Control library 10 Group: System/Libraries 11
12 13 %prep 14 %setup -n %{pkgname}-%{version} 15 +%if 0%{?sles_version} == 11 16 +%patch0 17 +%endif 18 19 %build 20 autoreconf -fi 21 |
||
[+] | Added | libcec-sles.patch ^ |
@@ -0,0 +1,10 @@ +--- src/lib/AdapterDetection.h.orig 2011-11-06 18:08:11.032841752 +0100 ++++ src/lib/AdapterDetection.h 2011-11-06 18:08:27.132828649 +0100 +@@ -32,6 +32,7 @@ + */ + + #include <cectypes.h> ++#define LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE 1 + + namespace CEC + { |