[med-svn] r13768 - trunk/packages/vxl/trunk/debian/patches
Mathieu Malaterre
malat at alioth.debian.org
Thu May 30 11:34:59 UTC 2013
Author: malat
Date: 2013-05-30 11:34:59 +0000 (Thu, 30 May 2013)
New Revision: 13768
Modified:
trunk/packages/vxl/trunk/debian/patches/opencl_kfreebsd.patch
Log:
Remove invalid char
Modified: trunk/packages/vxl/trunk/debian/patches/opencl_kfreebsd.patch
===================================================================
--- trunk/packages/vxl/trunk/debian/patches/opencl_kfreebsd.patch 2013-05-30 11:15:06 UTC (rev 13767)
+++ trunk/packages/vxl/trunk/debian/patches/opencl_kfreebsd.patch 2013-05-30 11:34:59 UTC (rev 13768)
@@ -9,7 +9,7 @@
#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || \
- defined(UNIX) || defined(linux)
-+ defined(UNIX) || defined(linux) || defined(__FreeBSD_kernel__)
++ defined(UNIX) || defined(linux) || defined(__FreeBSD_kernel__)
#include <CL/cl.h>
#include <CL/cl_gl.h>
#define GL_SHARING_EXTENSION "cl_khr_gl_sharing"
More information about the debian-med-commit
mailing list