opnsense-ports/textproc/libxml2/files/patch-configure
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

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"