diff options
Diffstat (limited to 'emulators/86Box/files/patch-src_cdrom_CMakeLists.txt')
-rw-r--r-- | emulators/86Box/files/patch-src_cdrom_CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/86Box/files/patch-src_cdrom_CMakeLists.txt b/emulators/86Box/files/patch-src_cdrom_CMakeLists.txt new file mode 100644 index 000000000000..c02dd2399e58 --- /dev/null +++ b/emulators/86Box/files/patch-src_cdrom_CMakeLists.txt @@ -0,0 +1,10 @@ +--- src/cdrom/CMakeLists.txt.orig 2025-08-24 18:40:59 UTC ++++ src/cdrom/CMakeLists.txt +@@ -26,6 +26,7 @@ target_link_libraries(86Box PkgConfig::SNDFILE) + cdrom_mke.c + ) + target_link_libraries(86Box PkgConfig::SNDFILE) ++target_include_directories(cdrom PRIVATE /usr/local/include) + + if(CDROM_MITSUMI) + target_compile_definitions(cdrom PRIVATE USE_CDROM_MITSUMI) |