1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

multimedia/obs-audio-spectralizer: Use CMAKE_INSTALL_PREFIX instead of /usr/local in a patch

This commit is contained in:
Yuri Victorovich 2020-04-04 22:42:14 +00:00
parent 4f9f96df58
commit 91f1f3de41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530727

View File

@ -9,7 +9,7 @@
${FFTW_LIBRARIES}
${spectralizer_PLATFORM_DEPS})
+
+include(/usr/local/lib/cmake/ObsHelpers.cmake)
+include(${CMAKE_INSTALL_PREFIX}/lib/cmake/ObsHelpers.cmake)
include_directories(${FFTW_INCLUDE_DIRS})
install_obs_plugin_with_data(spectralizer data)