]> git.pld-linux.org Git - packages/game-music-emu.git/blame - game-music-emu-multilib.patch
- release 3 (by relup.sh)
[packages/game-music-emu.git] / game-music-emu-multilib.patch
CommitLineData
3d5c6eda
KK
1http://code.google.com/p/game-music-emu/issues/detail?id=8
2
3Index: game-music-emu-0.5.5/gme/CMakeLists.txt
4===================================================================
5--- game-music-emu-0.5.5.orig/gme/CMakeLists.txt
6+++ game-music-emu-0.5.5/gme/CMakeLists.txt
7@@ -157,7 +157,6 @@ set_target_properties(gme
8 PROPERTIES VERSION 0.5.3
9 SOVERSION 0)
10
11-# TODO: Libsuffix for 64-bit?
12-install(TARGETS gme LIBRARY DESTINATION lib)
13+install(TARGETS gme LIBRARY DESTINATION lib${LIB_SUFFIX})
14
15 install(FILES ${EXPORTED_HEADERS} DESTINATION include/gme)
This page took 0.089161 seconds and 4 git commands to generate.