diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-09-19 11:40:55 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-09-19 11:40:55 +0000 |
commit | 853ec1e33c7302627eb0a54e72032e20f920ea7d (patch) | |
tree | edc6ad55c925be2009c90f48f63523401cbdde77 /devel/libclc/files/patch-configure.py | |
parent | - Update to 1.0 (diff) |
Add libclc.
Llvm libclc implements the library requirements of the OpenCL C programming
language, as specified by the OpenCL 1.1 spec.
Notes
Notes:
svn path=/head/; revision=368552
Diffstat (limited to 'devel/libclc/files/patch-configure.py')
-rw-r--r-- | devel/libclc/files/patch-configure.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libclc/files/patch-configure.py b/devel/libclc/files/patch-configure.py new file mode 100644 index 000000000000..7506dcc6753c --- /dev/null +++ b/devel/libclc/files/patch-configure.py @@ -0,0 +1,11 @@ +--- configure.py.orig 2014-02-14 21:33:53.000000000 +0100 ++++ configure.py 2014-08-20 13:42:06.162076745 +0200 +@@ -228,7 +228,7 @@ + {'src': file, + 'dst': libexecdir} + for (file, dest) in install_files_bc]) +-install_cmd = ' && '.join(['%(old)s && mkdir -p ${DESTDIR}/%(dst)s && cp -r %(srcdir)s/generic/include/clc ${DESTDIR}/%(dst)s' % ++install_cmd = ' && '.join(['%(old)s && mkdir -p ${DESTDIR}/%(dst)s && cp -r generic/include/clc ${DESTDIR}/%(dst)s' % + {'old': install_cmd, + 'dst': includedir, + 'srcdir': srcdir}]) |