forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
touchups; better libsdl use deps; add mmx use flag support
Package-Manager: portage-2.2.20.1
- Loading branch information
Michael Sterrett
committed
Nov 5, 2015
1 parent
1c3c8c9
commit f300b4d
Showing
2 changed files
with
29 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters