Author: tille Date: 2013-12-07 08:05:05 +0000 (Sat, 07 Dec 2013) New Revision: 15444
Added: trunk/packages/charls/trunk/debian/patches/charls_fix_clang_compilation_issue.patch Modified: trunk/packages/charls/trunk/debian/changelog trunk/packages/charls/trunk/debian/patches/series Log: Apply patch from Mathieu Malaterre to enable compilation with clang Modified: trunk/packages/charls/trunk/debian/changelog =================================================================== --- trunk/packages/charls/trunk/debian/changelog 2013-12-07 07:54:41 UTC (rev 15443) +++ trunk/packages/charls/trunk/debian/changelog 2013-12-07 08:05:05 UTC (rev 15444) @@ -2,6 +2,9 @@ * Team upload * debian/watch: uscan can not parse codeplex pages + * debian/patches/charls_fix_clang_compilation_issue.patch: + Apply patch from Mathieu Malaterre to enable compilation with clang + Closes: #730612 -- Andreas Tille <[email protected]> Sat, 07 Dec 2013 08:53:27 +0100 Added: trunk/packages/charls/trunk/debian/patches/charls_fix_clang_compilation_issue.patch =================================================================== --- trunk/packages/charls/trunk/debian/patches/charls_fix_clang_compilation_issue.patch (rev 0) +++ trunk/packages/charls/trunk/debian/patches/charls_fix_clang_compilation_issue.patch 2013-12-07 08:05:05 UTC (rev 15444) @@ -0,0 +1,16 @@ +Author: Mathieu Malaterre <[email protected]> +Last-Update: Wed Nov 27 10:33:27 2013 +0100 +Bug-Debian: http://bugs.debian.org/730612 +Description: Fix a compilation error with clang + +--- a/processline.h ++++ b/processline.h +@@ -144,7 +144,7 @@ class ProcessTransformed : public Proces + { + typedef typename TRANSFORM::SAMPLE SAMPLE; + +- ProcessTransformed(const ProcessTransformed&) {} ++ ProcessTransformed(const ProcessTransformed&); + public: + ProcessTransformed(void* pbyteOutput, const JlsParameters& info, TRANSFORM transform) : + _pbyteOutput((BYTE*)pbyteOutput), Modified: trunk/packages/charls/trunk/debian/patches/series =================================================================== --- trunk/packages/charls/trunk/debian/patches/series 2013-12-07 07:54:41 UTC (rev 15443) +++ trunk/packages/charls/trunk/debian/patches/series 2013-12-07 08:05:05 UTC (rev 15444) @@ -1,3 +1,4 @@ charls_add_cmake_install_target.patch charls_add_sharedlib_soname.patch charls_fix_tests.patch +charls_fix_clang_compilation_issue.patch _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
