1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
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

12 lines
209 B
Plaintext

--- 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
;;