svn commit: r541101 - in branches/2020Q3/devel/opencl: . files
Piotr Kubaj
pkubaj at FreeBSD.org
Fri Jul 3 12:05:24 UTC 2020
Author: pkubaj
Date: Fri Jul 3 12:05:24 2020
New Revision: 541101
URL: https://svnweb.freebsd.org/changeset/ports/541101
Log:
MFH: r541100
devel/opencl: don't include altivec.h
altivec.h shouldn't be included directly by users. It's managed with -maltivec / -mno-altivec compiler switches.
Including it causes compiler errors when using clang.
Already upstreamed.
PR: 247396
Approved by: ohartman at zedat.fu-berlin.de (maintainer timeout)
Approved by: portmgr (fixes build of other ports)
Added:
branches/2020Q3/devel/opencl/files/
- copied from r541100, head/devel/opencl/files/
Modified:
branches/2020Q3/devel/opencl/Makefile
Directory Properties:
branches/2020Q3/ (props changed)
Modified: branches/2020Q3/devel/opencl/Makefile
==============================================================================
--- branches/2020Q3/devel/opencl/Makefile Fri Jul 3 12:04:02 2020 (r541100)
+++ branches/2020Q3/devel/opencl/Makefile Fri Jul 3 12:05:24 2020 (r541101)
@@ -3,7 +3,7 @@
PORTNAME= opencl
PORTVERSION= 2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= ohartman at zedat.fu-berlin.de
More information about the svn-ports-branches
mailing list