summaryrefslogtreecommitdiff
path: root/lang/pocl/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'lang/pocl/pkg-message')
-rw-r--r--lang/pocl/pkg-message18
1 files changed, 0 insertions, 18 deletions
diff --git a/lang/pocl/pkg-message b/lang/pocl/pkg-message
deleted file mode 100644
index 802c2dee25b1..000000000000
--- a/lang/pocl/pkg-message
+++ /dev/null
@@ -1,18 +0,0 @@
-[
-{ type: install
- message: <<EOM
-
-Deadlocks (freezes) on FreeBSD:
-
-OpenCL applications using pocl on FreeBSD must be compiled with
-options CFLAGS+=-pthread or CXXFLAGS+=-pthread, otherwise someone risk
-that a library may not initialize the threading on BSD independently,
-even if an ICD loader is used.
-
-See:
- http://www.freebsd.org/cgi/query-pr.cgi?pr=163512
-
-(Source: http://portablecl.org/docs/html/faq.html?highlight=freebsd)
-EOM
-}
-]