diff options
| author | Enji Cooper (yaneurabeya) <yaneurabeya@gmail.com> | 2026-06-03 06:16:30 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2026-06-03 08:02:54 +0000 |
| commit | 06684456c9fc910383c7f84ff63cd97afc97369a (patch) | |
| tree | b0bf3cabfd59acae104068ee012b5a6874349f6b | |
| parent | 845f03e0ac2ef2e6e20b3d65316ade32dbcd96f7 (diff) | |
math/libdivsufsort: build and install the 64-bit library
Differential Revision: https://reviews.freebsd.org/D56885
| -rw-r--r-- | math/libdivsufsort/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/math/libdivsufsort/Makefile b/math/libdivsufsort/Makefile index ef763427cbf4..757e0f29deb4 100644 --- a/math/libdivsufsort/Makefile +++ b/math/libdivsufsort/Makefile @@ -1,5 +1,6 @@ PORTNAME= libdivsufsort DISTVERSION= 2.0.2-1.20151027 # 2.0.2-1 was only specified in the commit comment +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -17,10 +18,17 @@ GH_ACCOUNT= y-256 GH_TAGNAME= 5f60d6f026c30fb4ac296f696b3c8b0eb71bd428 PLIST_FILES= include/divsufsort.h \ + include/divsufsort64.h \ lib/libdivsufsort.so \ lib/libdivsufsort.so.3 \ lib/libdivsufsort.so.3.0.1 \ - libdata/pkgconfig/libdivsufsort.pc + lib/libdivsufsort64.so \ + lib/libdivsufsort64.so.3 \ + lib/libdivsufsort64.so.3.0.1 \ + libdata/pkgconfig/libdivsufsort.pc \ + libdata/pkgconfig/libdivsufsort64.pc + +CMAKE_ON= BUILD_DIVSUFSORT64 do-test: @cd ${TEST_WRKSRC} && \ |
