From 3a857cb713cf563776dec7587da391469b2e8566e64b5617cc97feb669b0d665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojtek=20Dziewi=C4=99cki?= Date: Fri, 16 May 2014 15:14:50 +0000 Subject: [PATCH] I fixed this patch which had some rubbish in it. OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/taglib?expand=0&rev=64 --- taglib-1.9.1.uint.patch | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/taglib-1.9.1.uint.patch b/taglib-1.9.1.uint.patch index cea0dac..34eee56 100644 --- a/taglib-1.9.1.uint.patch +++ b/taglib-1.9.1.uint.patch @@ -1,28 +1,3 @@ -[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp: In member function 'void TestInfoTag::testNumericFields()': -[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:37:5: error: reference to 'uint' is ambiguous -[ 48s] /usr/include/sys/types.h:153:22: error: candidates are: typedef unsigned int uint -[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/../taglib/toolkit/taglib.h:66:30: error: typedef unsigned int TagLib::uint -[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:37:5: error: expected ')' before numeric constant -[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:37:47: error: expected ')' before ';' token -[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:39:5: error: reference to 'uint' is ambiguous -[ 48s] /usr/include/sys/types.h:153:22: error: candidates are: typedef unsigned int uint -[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/../taglib/toolkit/taglib.h:66:30: error: typedef unsigned int TagLib::uint -[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:39:5: error: expected ')' before numeric constant -[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:39:50: error: expected ')' before ';' token -[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:42:5: error: reference to 'uint' is ambiguous -[ 48s] /usr/include/sys/types.h:153:22: error: candidates are: typedef unsigned int uint -[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/../taglib/toolkit/taglib.h:66:30: error: typedef unsigned int TagLib::uint -[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:42:5: error: expected ')' before numeric constant -[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:42:46: error: expected ')' before ';' token -[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:44:5: error: reference to 'uint' is ambiguous -[ 48s] /usr/include/sys/types.h:153:22: error: candidates are: typedef unsigned int uint -[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/../taglib/toolkit/taglib.h:66:30: error: typedef unsigned int TagLib::uint -[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:44:5: error: expected ')' before numeric constant -[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:44:49: error: expected ')' before ';' token -[ 48s] make[2]: *** [tests/CMakeFiles/test_runner.dir/test_info.cpp.o] Error 1 -[ 48s] make[2]: *** Waiting for unfinished jobs.... -[ 49s] make[2]: Leaving directory `/usr/src/packages/BUILD/taglib-1.9.1/build' - --- tests/test_info.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)