mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
Patches must not be changed by the vcs, this includes the svn:keyword expansion. Set fbsd:nokeywords to a couple of patches. With hat: portmgr Sponsored by: Absolight
11 lines
402 B
C++
11 lines
402 B
C++
--- 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
|
|
{
|