forked from Lainports/freebsd-ports
- Implement new knobs for gems and rake (these are included in ruby 1.9 distribution already). Also move gem bits from ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend on gems or rake you should define USE_RUBYGEMS/USE_RAKE accordingly. Also RAKE_BIN variable is provided for pointing to the right rake executable. - Rewrite RUBY_SCHEBANG in awk to eliminate build dependency on ruby. Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer) Tested by: ports@
11 lines
486 B
Text
11 lines
486 B
Text
--- configure.orig Thu Jan 17 15:14:30 2008
|
|
+++ configure Thu Jan 17 15:15:00 2008
|
|
@@ -18065,7 +18065,7 @@
|
|
|
|
|
|
if test x"$enable_pthread" = xyes; then
|
|
- for pthread_lib in thr pthread pthreads c c_r; do
|
|
+ for pthread_lib in pthread thr pthreads c c_r; do
|
|
as_ac_Lib=`echo "ac_cv_lib_$pthread_lib''_pthread_kill" | $as_tr_sh`
|
|
{ echo "$as_me:$LINENO: checking for pthread_kill in -l$pthread_lib" >&5
|
|
echo $ECHO_N "checking for pthread_kill in -l$pthread_lib... $ECHO_C" >&6; }
|