openbsd-ports/emulators/vbam/patches/patch-CMakeLists_txt
bentley 7e27f2e3b5 Import vbam-1.8.0.1054.
VBA-M is a fork from the now inactive VisualBoy Advance project, with
goals to improve the capabilities and features of the emulator.


This is basically a replacement for emulators/vba, which is currently
broken in at least two ways:
 - emulation speed is whacked out when sndiod is running
 - gvba recently started segfaulting on startup


tweaks & oks from landry@ jasper@ edd@
2012-05-28 09:18:56 +00:00

13 lines
488 B
Plaintext

$OpenBSD: patch-CMakeLists_txt,v 1.1.1.1 2012/05/28 09:18:56 bentley Exp $
--- CMakeLists.txt.orig Tue Dec 27 14:02:22 2011
+++ CMakeLists.txt Mon May 28 01:52:43 2012
@@ -414,7 +414,7 @@ IF( ENABLE_SDL )
INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/vbam DESTINATION bin)
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/sdl/vbam.cfg-example
- DESTINATION ${SYSCONFDIR}
+ DESTINATION share/examples/vbam
RENAME vbam.cfg)
ENDIF( ENABLE_SDL )