mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
773930e3af
- Add ftp/curl as LIB_DEPENDS - Use OpenMP from within llvm60 also for i386 - Move some dirs for ${COPYTREE_SHARE} PR: 233408 Submitted by: rhurlin@gwdg.de(maintainer)
20 lines
690 B
Plaintext
20 lines
690 B
Plaintext
--- configure.orig 2018-10-05 11:27:46 UTC
|
|
+++ configure
|
|
@@ -16241,13 +16241,13 @@ if test "x$ac_cv_lib_fftw3_fftw_execute" = xyes; then
|
|
FFTWFOUND=1
|
|
fi
|
|
|
|
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LAS_GetVersion in -llas" >&5
|
|
-$as_echo_n "checking for LAS_GetVersion in -llas... " >&6; }
|
|
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LAS_GetVersion in -llas12" >&5
|
|
+$as_echo_n "checking for LAS_GetVersion in -llas12... " >&6; }
|
|
if ${ac_cv_lib_las_LAS_GetVersion+:} false; then :
|
|
$as_echo_n "(cached) " >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-llas $LIBS"
|
|
+LIBS="-llas12 $LIBS"
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
|