mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
39 lines
1014 B
Plaintext
39 lines
1014 B
Plaintext
--- configure.orig Mon May 7 13:10:22 2007
|
|
+++ configure Mon May 21 17:03:34 2007
|
|
@@ -29251,7 +29251,7 @@
|
|
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
|
|
@@ -31110,7 +31110,7 @@
|
|
withval=$with_r_home; 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
|
|
|
|
@@ -31189,7 +31189,7 @@
|
|
withval=$with_r_includes; 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
|
|
|
|
@@ -33235,7 +33235,7 @@
|
|
|
|
|
|
|
|
-CPPFLAGS+=" -DQT_NO_ASCII_CAST"
|
|
+CPPFLAGS="$CPPFLAGS -DQT_NO_ASCII_CAST"
|
|
|
|
|
|
|