forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
303 B
Text
11 lines
303 B
Text
--- configure.orig 2013-11-24 09:41:13.000000000 +0100
|
|
+++ configure 2013-11-24 09:41:55.000000000 +0100
|
|
@@ -14499,6 +14499,8 @@
|
|
fi
|
|
fi
|
|
;;
|
|
+ *freebsd*) THREAD_LIBS=""
|
|
+ ;;
|
|
esac
|
|
if test "$WITH_THREADS" = "1" ; then
|
|
THREAD_CFLAGS="$THREAD_CFLAGS -D_REENTRANT"
|