freebsd-ports/www/resin2/files/patch-configure
Sam Lawrance c810aa76d0 Unbreak (no longer hard codes -lc_r).
Some nonfunctional tidying.
Bump PORTREVISION, since the package may have been installed prior to
being marked BROKEN.

PR:		ports/93289
Submitted by:	Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer), vd
2006-04-04 16:20:47 +00:00

11 lines
209 B
Text

--- configure.orig Fri Dec 9 00:09:15 2005
+++ configure Mon Apr 3 11:06:18 2006
@@ -3671,7 +3671,7 @@
;;
*freebsd*)
- PROXY_LIBS='-lc_r'
+ PROXY_LIBS="${PTHREAD_LIBS}"
jni_os=freebsd
;;