summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-11-05 00:26:35 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2015-11-05 00:27:02 -0500
commitf300b4d9bd9d5fab9346efba04b0a895fbb69f67 (patch)
tree848d283dca48004253f005590e53fe5f86af87ac /games-emulation/vbam/files
parentapp-misc/elasticsearch: bump to 1.7.3, fixes gentoo bug (diff)
downloadgentoo-f300b4d9bd9d5fab9346efba04b0a895fbb69f67.tar.gz
gentoo-f300b4d9bd9d5fab9346efba04b0a895fbb69f67.tar.bz2
gentoo-f300b4d9bd9d5fab9346efba04b0a895fbb69f67.zip
touchups; better libsdl use deps; add mmx use flag support
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-emulation/vbam/files')
-rw-r--r--games-emulation/vbam/files/vbam-2.0.0_pre1507-man.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/games-emulation/vbam/files/vbam-2.0.0_pre1507-man.patch b/games-emulation/vbam/files/vbam-2.0.0_pre1507-man.patch
new file mode 100644
index 000000000000..6ace060707e0
--- /dev/null
+++ b/games-emulation/vbam/files/vbam-2.0.0_pre1507-man.patch
@@ -0,0 +1,13 @@
+--- CMakeLists.txt.orig 2015-11-03 20:19:34.092188350 -0500
++++ CMakeLists.txt 2015-11-03 20:20:17.176302442 -0500
+@@ -384,7 +384,9 @@
+
+ # manual pages
+ IF( UNIX )
+- INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/debian/vbam.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1)
++ IF( ENABLE_SDL )
++ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/debian/vbam.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1)
++ ENDIF( ENABLE_SDL )
+ IF( ENABLE_GTK )
+ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/debian/gvbam.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1)
+ ENDIF( ENABLE_GTK )