opnsense-ports/devel/libhoard/files/patch-src_source_unixtls.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

12 lines
414 B
C++

# $FreeBSD$
--- src/source/unixtls.cpp.orig 2014-08-21 06:10:50.000000000 +0200
+++ source/unixtls.cpp 2014-08-21 06:12:43.000000000 +0200
@@ -315,7 +315,7 @@
const pthread_attr_t *attr,
void * (*start_routine) (void *),
void * arg)
-#if !defined(__SUNPRO_CC) && !defined(__APPLE__)
+#if !defined(__SUNPRO_CC) && !defined(__APPLE__) && !defined(__FreeBSD__)
throw ()
#endif
{