]> git.pld-linux.org Git - packages/game-music-emu.git/commitdiff
- readded multilib patch (now needed for pkgconfig file) auto/th/game-music-emu-0.6.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 28 Sep 2013 15:08:49 +0000 (17:08 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 28 Sep 2013 15:08:49 +0000 (17:08 +0200)
game-music-emu-multilib.patch [new file with mode: 0644]
game-music-emu.spec

diff --git a/game-music-emu-multilib.patch b/game-music-emu-multilib.patch
new file mode 100644 (file)
index 0000000..24770bc
--- /dev/null
@@ -0,0 +1,8 @@
+--- game-music-emu-0.6.0/gme/CMakeLists.txt.orig       2012-05-27 22:48:53.000000000 +0200
++++ game-music-emu-0.6.0/gme/CMakeLists.txt    2013-09-28 17:04:29.820592870 +0200
+@@ -159,4 +159,4 @@
+                     ARCHIVE DESTINATION lib) # DLL platforms
+ install(FILES ${EXPORTED_HEADERS} DESTINATION include/gme)
+-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libgme.pc DESTINATION lib/pkgconfig)
++install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libgme.pc DESTINATION lib${LIB_SUFFIX}/pkgconfig)
index 8cc834359d5e245d8109cebeac7f7c93ffebf35a..d439fff271d38a38169f3b91ed7eb4cab1d40e0f 100644 (file)
@@ -8,6 +8,7 @@ Group:          Libraries
 #Source0Download: http://code.google.com/p/game-music-emu/downloads/list
 Source0:       http://game-music-emu.googlecode.com/files/%{name}-%{version}.tar.bz2
 # Source0-md5: b98fafb737bc889dc65e7a8b94bd1bf5
+Patch0:                %{name}-multilib.patch
 URL:           http://code.google.com/p/game-music-emu/
 BuildRequires: cmake >= 2.6
 BuildRequires: libstdc++-devel
@@ -62,6 +63,7 @@ wykorzystujÄ…cych bibliotekÄ™ game-music-emu.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %cmake \
This page took 0.141739 seconds and 4 git commands to generate.