diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-02 22:17:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-02 22:17:53 +0000 |
commit | 0cbf0bb2721e530beb8795f797b1c983e76d2e57 (patch) | |
tree | aba3a685572f3ce618f650e018191a9450846a40 /devel/root/files/patch-configure | |
parent | Upgrade to to 1.7.1. (diff) |
- Update to 4.02.00
- Unbreak on 5.x
- Break on 4.x
- Break on amd64
PR: ports/78043
Submitted by: Alexander S. Usov <usov@KVI.nl>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=130221
Diffstat (limited to 'devel/root/files/patch-configure')
-rw-r--r-- | devel/root/files/patch-configure | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/devel/root/files/patch-configure b/devel/root/files/patch-configure deleted file mode 100644 index 59586f005ba1..000000000000 --- a/devel/root/files/patch-configure +++ /dev/null @@ -1,35 +0,0 @@ -*** 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 \ |