Skip to content

Commit

Permalink
multimedia/assimp: remove static library
Browse files Browse the repository at this point in the history
PR:	274717
Approved by:	yuri@
  • Loading branch information
pkubaj committed Oct 29, 2023
1 parent 8ef6ea0 commit 3018b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion multimedia/assimp/Makefile
@@ -1,6 +1,7 @@
PORTNAME= assimp
DISTVERSIONPREFIX= v
DISTVERSION= 5.3.1
PORTREVISION= 1
CATEGORIES= multimedia

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -17,7 +18,7 @@ USES= cmake:testing compiler:c++17-lang cpe localbase:ldflags pkgconfig # miniz
USE_GITHUB= yes
USE_LDCONFIG= yes

CMAKE_OFF= ASSIMP_BUILD_TESTS
CMAKE_OFF= ASSIMP_BUILD_TESTS BUILD_STATIC_LIBS
CMAKE_ON= ASSIMP_BUILD_MINIZIP # workaround for https://github.com/assimp/assimp/issues/4374
CMAKE_TESTING_ON= ASSIMP_BUILD_TESTS
CMAKE_TESTING_TARGET= ${ALL_TARGET} # hack to avoid target
Expand Down
1 change: 0 additions & 1 deletion multimedia/assimp/pkg-plist
Expand Up @@ -94,5 +94,4 @@ lib/cmake/assimp-5.3/assimpTargets.cmake
lib/libassimp.so
lib/libassimp.so.5
lib/libassimp.so.5.3.0
lib/libzlibstatic.a
libdata/pkgconfig/assimp.pc

0 comments on commit 3018b7a

Please sign in to comment.