ports/textproc/libxml2/files/patch-configure
Steve Wills 585accadec textproc/libxml2: update to 2.9.8
PR:		233804
Exp-run by:	antoine
2019-01-01 23:25:29 +00:00

12 lines
258 B
Plaintext

--- configure.orig 2016-05-23 08:00:35 UTC
+++ configure
@@ -15639,6 +15639,8 @@ fi
fi
fi
;;
+ *freebsd*) THREAD_LIBS=""
+ ;;
esac
if test "$WITH_THREADS" = "1" ; then
THREAD_CFLAGS="$THREAD_CFLAGS -D_REENTRANT"