aboutsummaryrefslogtreecommitdiff
path: root/math/rkward/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'math/rkward/files/patch-configure')
-rw-r--r--math/rkward/files/patch-configure37
1 files changed, 37 insertions, 0 deletions
diff --git a/math/rkward/files/patch-configure b/math/rkward/files/patch-configure
new file mode 100644
index 000000000000..79bd0af325ba
--- /dev/null
+++ b/math/rkward/files/patch-configure
@@ -0,0 +1,37 @@
+--- configure.orig Sun Apr 23 19:36:54 2006
++++ configure Sat Apr 29 18:24:07 2006
+@@ -27082,13 +27082,13 @@
+ ;;
+ esac
+ as_ac_Lib=`echo "ac_cv_lib_$PTHREAD_LIBS''_pthread_create" | $as_tr_sh`
+-echo "$as_me:$LINENO: checking for pthread_create in -l$PTHREAD_LIBS" >&5
+-echo $ECHO_N "checking for pthread_create in -l$PTHREAD_LIBS... $ECHO_C" >&6
++echo "$as_me:$LINENO: checking for pthread_create in $PTHREAD_LIBS" >&5
++echo $ECHO_N "checking for pthread_create in $PTHREAD_LIBS... $ECHO_C" >&6
+ if eval "test \"\${$as_ac_Lib+set}\" = set"; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-l$PTHREAD_LIBS $LIBS"
++LIBS="$PTHREAD_LIBS $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -28920,7 +28920,7 @@
+ use_r_home="$withval"
+ else
+ use_r_home=`R CMD sh -c 'echo $R_HOME'`
+- if test "$use_r_home" == "" ; then use_r_home="/usr/local/lib/R" ; fi
++ if test "$use_r_home" = "" ; then use_r_home="/usr/local/lib/R" ; fi
+
+ fi;
+ r_home=
+@@ -28968,7 +28968,7 @@
+ use_r_includes="$withval"
+ else
+ use_r_includes=`$R_HOMEDIR/bin/R CMD sh -c 'echo $R_INCLUDE_DIR'`
+- if test "$use_r_includes" == "" ; then use_r_includes="$R_HOMEDIR/include" ; fi
++ if test "$use_r_includes" = "" ; then use_r_includes="$R_HOMEDIR/include" ; fi
+
+ fi;
+