summaryrefslogtreecommitdiff
path: root/devel/root/files/patch-configure
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-12 12:54:54 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-12 12:54:54 +0000
commitd2e8e136d9fdad2d79fc3cf319a16f0acd134d2f (patch)
tree04df59425a50a0aebdfcbcecdd23d7d9ff2e7a43 /devel/root/files/patch-configure
parentAfter devel/p5-File-Temp has gained an IGNORE for PERL_LEVEL > 500800, all (diff)
- Update to 4.00.06
PR: ports/69274 Submitted by: Simon Lang <simon@lang-clan.de> (maintainer)
Notes
Notes: svn path=/head/; revision=116027
Diffstat (limited to 'devel/root/files/patch-configure')
-rw-r--r--devel/root/files/patch-configure46
1 files changed, 35 insertions, 11 deletions
diff --git a/devel/root/files/patch-configure b/devel/root/files/patch-configure
index f68b2459fbf3..59586f005ba1 100644
--- a/devel/root/files/patch-configure
+++ b/devel/root/files/patch-configure
@@ -1,11 +1,35 @@
---- configure.orig Thu Feb 19 01:11:18 2004
-+++ configure Sat Apr 17 13:54:24 2004
-@@ -901,7 +901,7 @@
- ;;
- freebsd*)
- if test "x$enable_thread" = "xyes"; then
-- threadlib="-pthread"
-+ threadlib="$PTHREAD_LIBS"
- threadlibdir=
- fi
- ;;
+*** configure.orig Tue Jun 15 19:44:02 2004
+--- configure Wed Jun 16 09:42:21 2004
+***************
+*** 905,918 ****
+ ;;
+ freebsd*)
+ if test "x$enable_thread" = "xyes"; then
+! threadlib="-pthread"
+ threadlibdir=
+ fi
+ ;;
+ esac
+ if test "x$enable_thread" = "xyes" && \
+ test ! "$platform" = "win32" && \
+! test ! "$platform" = "freebsd4" ; then
+ check_library "libpthread" "$enable_shared" "$threadlibdir" \
+ $THREAD $THREAD/lib /usr/lib /usr/local/lib /usr/lib/X11 \
+ /usr/local/lib/X11 /usr/X11R6/lib /usr/local/X11R6/lib \
+--- 905,920 ----
+ ;;
+ freebsd*)
+ if test "x$enable_thread" = "xyes"; then
+! threadlib="$PTHREAD_LIBS"
+ threadlibdir=
+ fi
+ ;;
+ esac
+ if test "x$enable_thread" = "xyes" && \
+ test ! "$platform" = "win32" && \
+! test ! "$platform" = "freebsd5" && \
+! test ! "$platform" = "freebsd4" && \
+! test ! "$platform" = "freebsd" ; then
+ check_library "libpthread" "$enable_shared" "$threadlibdir" \
+ $THREAD $THREAD/lib /usr/lib /usr/local/lib /usr/lib/X11 \
+ /usr/local/lib/X11 /usr/X11R6/lib /usr/local/X11R6/lib \