diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-11-21 20:59:09 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-11-21 20:59:09 +0000 |
commit | 10c8b3516a270720f866ff27b3ef2108876d2b8a (patch) | |
tree | 459d0af8519bb705743270373c847b53b6da9867 /lang/ruby19/files/patch-configure.in | |
parent | Update to 0.11 (diff) |
- Update lang/ruby19 to 1.9.3
Submitted by: stas@
With hat: ruby@
Feature safe: yes
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=286205
Diffstat (limited to 'lang/ruby19/files/patch-configure.in')
-rw-r--r-- | lang/ruby19/files/patch-configure.in | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/lang/ruby19/files/patch-configure.in b/lang/ruby19/files/patch-configure.in index f69b63b53571..5cfbc5cb5bd4 100644 --- a/lang/ruby19/files/patch-configure.in +++ b/lang/ruby19/files/patch-configure.in @@ -1,6 +1,6 @@ ---- configure.in.orig 2010-10-09 03:00:14.000000000 -0700 -+++ configure.in 2010-10-09 03:07:18.000000000 -0700 -@@ -959,11 +959,11 @@ +--- configure.in.orig 2011-10-09 06:17:20.000000000 -0700 ++++ configure.in 2011-11-04 00:52:17.000000000 -0700 +@@ -1112,11 +1112,11 @@ [superux*], [ ac_cv_func_setitimer=no ], [ LIBS="-lm $LIBS"]) @@ -17,7 +17,7 @@ if test "${enable_win95}" = maybe; then AC_HAVE_LIBRARY(unicows, [enable_win95=yes], [enable_win95=no]) fi -@@ -1576,7 +1576,7 @@ +@@ -1808,7 +1808,7 @@ fi if test x"$enable_pthread" = xyes; then @@ -26,7 +26,7 @@ AC_CHECK_LIB($pthread_lib, pthread_kill, rb_with_pthread=yes, rb_with_pthread=no) if test "$rb_with_pthread" = "yes"; then break; fi -@@ -1590,6 +1590,7 @@ +@@ -1822,6 +1822,7 @@ [c], [], [root], [], [c_r], [MAINLIBS="-pthread $MAINLIBS"], @@ -34,13 +34,3 @@ [LIBS="-l$pthread_lib $LIBS"]) else AC_MSG_WARN("Don't know how to find pthread library on your system -- thread support disabled") -@@ -1600,7 +1601,8 @@ - thr_stksegment pthread_stackseg_np pthread_getthrds_np) - if test x"$ac_cv_func_nanosleep" = xno; then - AC_CHECK_LIB(rt, nanosleep) -- if test x"$ac_cv_lib_rt_nanosleep" = xyes; then -+ AC_SEARCH_LIBS(nanosleep, rt) -+ if test x"$ac_cv_search_nanosleep" != xno; then - AC_DEFINE(HAVE_NANOSLEEP) - fi - fi |