diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-07-30 05:41:12 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-07-30 05:41:12 +0000 |
commit | b1cad76f99cafb3208eccbed099a6051452811fe (patch) | |
tree | 792f667119d1b691a25a8c11793bfb94e4888da4 /audio/bliss/files/patch-CMakeLists.txt | |
parent | astro/xearth: add myself to freebsd.committers.markers again (diff) |
New port: audio/bliss: Multithreaded C library used to compute distance between songs
Notes
Notes:
svn path=/head/; revision=543710
Diffstat (limited to 'audio/bliss/files/patch-CMakeLists.txt')
-rw-r--r-- | audio/bliss/files/patch-CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/bliss/files/patch-CMakeLists.txt b/audio/bliss/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..7874a6a3dd0a --- /dev/null +++ b/audio/bliss/files/patch-CMakeLists.txt @@ -0,0 +1,13 @@ +--- CMakeLists.txt.orig 2020-07-30 05:15:51 UTC ++++ CMakeLists.txt +@@ -93,8 +93,8 @@ set_tests_properties(ctest_run_test_decode PROPERTIES + ################### + # Install targets # + ################### +-install(TARGETS bliss DESTINATION /usr/lib) +-install(FILES include/bliss.h DESTINATION /usr/include) ++install(TARGETS bliss DESTINATION lib) ++install(FILES include/bliss.h DESTINATION include) + + ############## + # Generators # |