mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
Submitted by: myself Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13524
11 lines
646 B
Text
11 lines
646 B
Text
--- contrib/netcdf/4.4.1.1/configure.ac.orig 2017-07-25 16:33:31 UTC
|
|
+++ contrib/netcdf/4.4.1.1/configure.ac
|
|
@@ -926,7 +926,7 @@ if test "x$enable_netcdf_4" = xyes; then
|
|
if test "x$nc_dlfcn_h_missing" = xyes; then
|
|
AC_MSG_ERROR([Cannot find dlfcn.h, yet --enable-dynamic-loading was used.])
|
|
fi
|
|
- AC_CHECK_LIB([dl],[dlopen], [], [AC_MSG_ERROR([Can't find or link against libdf. See config.log for errors.])])
|
|
+ #AC_CHECK_LIB([dl],[dlopen], [], [AC_MSG_ERROR([Can't find or link against libdf. See config.log for errors.])])
|
|
AC_DEFINE([USE_LIBDL],[1], [if true, enable dynamic loading support])
|
|
fi
|
|
|