git: de37edc76ea4 - main - multimedia/ossia-score: Remove duplicate cmake setting
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Mar 2026 17:17:04 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=de37edc76ea4236ae324964ca52710de6cd0bb96
commit de37edc76ea4236ae324964ca52710de6cd0bb96
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-18 16:51:54 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-18 17:17:01 +0000
multimedia/ossia-score: Remove duplicate cmake setting
---
multimedia/ossia-score/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/multimedia/ossia-score/Makefile b/multimedia/ossia-score/Makefile
index 807a1be1ac8f..e69264a65fd2 100644
--- a/multimedia/ossia-score/Makefile
+++ b/multimedia/ossia-score/Makefile
@@ -41,8 +41,7 @@ USE_QT= base declarative networkauth scxml serialport shadertools svg websocket
USE_SDL= sdl2
CMAKE_ON= SCORE_USE_SYSTEM_LIBRARIES \
- BUILD_SHARED_LIBS \
- SCORE_USE_SYSTEM_LIBRARIES
+ BUILD_SHARED_LIBS
CMAKE_ARGS= -DSCORE_DISABLED_PLUGINS="score-plugin-pd;score-plugin-vst3" \
-DCMAKE_CXX_FLAGS="-fexperimental-library" \
-DCMAKE_UNITY_BUILD=1