freebsd-ports/textproc/libxml2/files/patch-configure
Tobias C. Berner 7cfca3405b textproc/libxml2: update to 2.9.10
PR:		24004
Exp-run by:	antoine
Reviewed by:	madpilot
Differential Revision:	https://reviews.freebsd.org/D22410
2019-11-23 20:09:34 +00:00

11 lines
258 B
Text

--- configure.orig 2019-10-30 19:14:22 UTC
+++ configure
@@ -15525,6 +15525,8 @@ fi
fi
fi
;;
+ *freebsd*) THREAD_LIBS=""
+ ;;
esac
if test "$WITH_THREADS" = "1" ; then
THREAD_CFLAGS="$THREAD_CFLAGS -D_REENTRANT"