diff options
| author | Gleb Popov <arrowd@FreeBSD.org> | 2026-08-04 19:37:12 +0000 |
|---|---|---|
| committer | Gleb Popov <arrowd@FreeBSD.org> | 2026-08-04 19:37:49 +0000 |
| commit | 3830c47cc9e10d59afb0d4b66c3132e67d5b4621 (patch) | |
| tree | b924180d8b94a4445ae413405985595ee1546f31 | |
| parent | 02918442786a604546c21797a3862fbd7e9891e9 (diff) | |
math/alberta: Fix building with libtool 2.6
PR: 296964
Approved by: portmgr (fixit blanket)
| -rw-r--r-- | math/alberta/files/patch-Makefile.ams | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/math/alberta/files/patch-Makefile.ams b/math/alberta/files/patch-Makefile.ams new file mode 100644 index 000000000000..7637aa69cc16 --- /dev/null +++ b/math/alberta/files/patch-Makefile.ams @@ -0,0 +1,66 @@ +--- alberta/src/alberta_1d/Makefile.am.orig 2018-11-12 11:36:13 UTC ++++ alberta/src/alberta_1d/Makefile.am +@@ -49,7 +49,7 @@ nodist_libalberta_1d_la_SOURCES = $(sources) + sources += $(lowdim_sources) + + nodist_libalberta_1d_la_SOURCES = $(sources) +-libalberta_1d_la_LIBADD = ++libalberta_1d_la_LIBADD = -lltdl + libalberta_1d_la_CPPFLAGS = \ + $(CPPFLAGS) -DDIM_OF_WORLD=1 \ + -DALBERTA_DEBUG=0 \ +--- alberta/src/alberta_1d_debug/Makefile.am.orig 2018-11-12 11:36:13 UTC ++++ alberta/src/alberta_1d_debug/Makefile.am +@@ -49,7 +49,7 @@ nodist_libalberta_1d_debug_la_SOURCES = $(sources) + sources += $(lowdim_sources) + + nodist_libalberta_1d_debug_la_SOURCES = $(sources) +-libalberta_1d_debug_la_LIBADD = ++libalberta_1d_debug_la_LIBADD = -lltdl + libalberta_1d_debug_la_CPPFLAGS = \ + $(CPPFLAGS) -DDIM_OF_WORLD=1 \ + -DALBERTA_DEBUG=1 \ +--- alberta/src/alberta_2d/Makefile.am.orig 2018-11-12 11:36:13 UTC ++++ alberta/src/alberta_2d/Makefile.am +@@ -49,7 +49,7 @@ nodist_libalberta_2d_la_SOURCES = $(sources) + sources += $(lowdim_sources) + + nodist_libalberta_2d_la_SOURCES = $(sources) +-libalberta_2d_la_LIBADD = ++libalberta_2d_la_LIBADD = -lltdl + libalberta_2d_la_CPPFLAGS = \ + $(CPPFLAGS) -DDIM_OF_WORLD=2 \ + -DALBERTA_DEBUG=0 \ +--- alberta/src/alberta_2d_debug/Makefile.am.orig 2018-11-12 11:36:13 UTC ++++ alberta/src/alberta_2d_debug/Makefile.am +@@ -49,7 +49,7 @@ nodist_libalberta_2d_debug_la_SOURCES = $(sources) + sources += $(lowdim_sources) + + nodist_libalberta_2d_debug_la_SOURCES = $(sources) +-libalberta_2d_debug_la_LIBADD = ++libalberta_2d_debug_la_LIBADD = -lltdl + libalberta_2d_debug_la_CPPFLAGS = \ + $(CPPFLAGS) -DDIM_OF_WORLD=2 \ + -DALBERTA_DEBUG=1 \ +--- alberta/src/alberta_3d/Makefile.am.orig 2018-11-12 11:36:13 UTC ++++ alberta/src/alberta_3d/Makefile.am +@@ -49,7 +49,7 @@ nodist_libalberta_3d_la_SOURCES = $(sources) + sources += $(lowdim_sources) + + nodist_libalberta_3d_la_SOURCES = $(sources) +-libalberta_3d_la_LIBADD = ++libalberta_3d_la_LIBADD = -lltdl + libalberta_3d_la_CPPFLAGS = \ + $(CPPFLAGS) -DDIM_OF_WORLD=3 \ + -DALBERTA_DEBUG=0 \ +--- alberta/src/alberta_3d_debug/Makefile.am.orig 2018-11-12 11:36:13 UTC ++++ alberta/src/alberta_3d_debug/Makefile.am +@@ -49,7 +49,7 @@ nodist_libalberta_3d_debug_la_SOURCES = $(sources) + sources += $(lowdim_sources) + + nodist_libalberta_3d_debug_la_SOURCES = $(sources) +-libalberta_3d_debug_la_LIBADD = ++libalberta_3d_debug_la_LIBADD = -lltdl + libalberta_3d_debug_la_CPPFLAGS = \ + $(CPPFLAGS) -DDIM_OF_WORLD=3 \ + -DALBERTA_DEBUG=1 \ |
