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:
parent
4f9f96df58
commit
91f1f3de41
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530727
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user