mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
792 B
Diff
31 lines
792 B
Diff
--- configure.orig 2023-10-21 23:43:00
|
|
+++ configure 2023-11-04 14:06:33
|
|
@@ -21949,7 +21949,7 @@
|
|
|
|
|
|
if test -n "$with_ltdl_lib"; then
|
|
- if test -f "$with_ltdl_lib/libltdl.la"; then :
|
|
+ if test -f "$with_ltdl_lib/libltdl$libltdl_cv_shrext"; then :
|
|
else
|
|
as_fn_error $? "invalid ltdl library directory: '$with_ltdl_lib'" "$LINENO" 5
|
|
fi
|
|
@@ -22040,7 +22040,6 @@
|
|
|
|
|
|
|
|
- subdirs="$subdirs libltdl"
|
|
|
|
|
|
|
|
--- Makefile.in.orig 2023-10-21 23:42:55
|
|
+++ Makefile.in 2023-11-04 14:01:55
|
|
@@ -87,7 +87,7 @@
|
|
POST_UNINSTALL = :
|
|
build_triplet = @build@
|
|
host_triplet = @host@
|
|
-@ENABLE_LOADABLE_MODULES_TRUE@am__append_1 = libltdl
|
|
+@INSTALL_LTDL_TRUE@am__append_1 = libltdl
|
|
subdir = .
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
am__aclocal_m4_deps = $(top_srcdir)/acinclude/ax_with_prog.m4 \
|