diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-05 18:52:41 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-05 19:11:46 +0000 |
commit | 8434b0a91e8a30864350b6c684f473ba3d3086d5 (patch) | |
tree | 9dc74a766dae33cdb895a839397d0e7649bf564f /audio/soundtouch | |
parent | 6d8314f4828dc9d29890dbec8285303995e1d978 (diff) | |
download | ports-8434b0a91e8a30864350b6c684f473ba3d3086d5.tar.gz ports-8434b0a91e8a30864350b6c684f473ba3d3086d5.zip |
Diffstat (limited to 'audio/soundtouch')
-rw-r--r-- | audio/soundtouch/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index 527114cc0040..a715b7324da4 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -10,11 +10,13 @@ COMMENT= Open-source audio processing library LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.TXT -USES= cmake +USES= cmake cpe USE_GITLAB= yes GL_COMMIT= e1f315f5358d9db5cee35a7a2886425489fcefe8 USE_LDCONFIG= yes +CPE_VENDOR= surina + CMAKE_ON= BUILD_SHARED_LIBS OPTIONS_DEFINE= INTEGER_SAMPLES OPTIMIZED_CFLAGS |