r13887 - in packages/trunk/pianobooster/debian: . patches

Miriam Ruiz miriam at alioth.debian.org
Tue Dec 4 00:12:35 UTC 2012


Author: miriam
Date: 2012-12-04 00:12:35 +0000 (Tue, 04 Dec 2012)
New Revision: 13887

Added:
   packages/trunk/pianobooster/debian/patches/linker_opts.patch
Modified:
   packages/trunk/pianobooster/debian/changelog
   packages/trunk/pianobooster/debian/patches/series
Log:
Added patch: linker_opts.patch



Modified: packages/trunk/pianobooster/debian/changelog
===================================================================
--- packages/trunk/pianobooster/debian/changelog	2012-12-03 23:57:05 UTC (rev 13886)
+++ packages/trunk/pianobooster/debian/changelog	2012-12-04 00:12:35 UTC (rev 13887)
@@ -4,6 +4,7 @@
   * New upstream release
   * Upgraded Standards-Version from 3.9.2 to 3.9.3
   * Upgraded debian/compat to 9.
+  * Added patch: linker_opts.patch
   * Modified debian/rules to use fortified libc functions.
     See: http://wiki.debian.org/Hardening
   * Changed my email address in debian/control to miriam at debian.org

Added: packages/trunk/pianobooster/debian/patches/linker_opts.patch
===================================================================
--- packages/trunk/pianobooster/debian/patches/linker_opts.patch	                        (rev 0)
+++ packages/trunk/pianobooster/debian/patches/linker_opts.patch	2012-12-04 00:12:35 UTC (rev 13887)
@@ -0,0 +1,15 @@
+Index: pianobooster-src-0.6.4b/src/CMakeLists.txt
+===================================================================
+--- pianobooster-src-0.6.4b.orig/src/CMakeLists.txt	2009-11-27 22:25:35.000000000 +0100
++++ pianobooster-src-0.6.4b/src/CMakeLists.txt	2012-12-04 01:04:12.000000000 +0100
+@@ -203,7 +203,9 @@
+         ${PIANOBOOSTER_UI_HDRS} )
+ ENDIF(WIN32)
+ 
+-SET_TARGET_PROPERTIES(pianobooster PROPERTIES LINK_FLAGS "-mwindows")
++IF(WIN32)
++    SET_TARGET_PROPERTIES(pianobooster PROPERTIES LINK_FLAGS "-mwindows")
++ENDIF(WIN32)
+ 
+ IF (USE_PCH)
+ ADD_PRECOMPILED_HEADER( pianobooster ${CMAKE_CURRENT_SOURCE_DIR}/precompile/precompile.h )

Modified: packages/trunk/pianobooster/debian/patches/series
===================================================================
--- packages/trunk/pianobooster/debian/patches/series	2012-12-03 23:57:05 UTC (rev 13886)
+++ packages/trunk/pianobooster/debian/patches/series	2012-12-04 00:12:35 UTC (rev 13887)
@@ -1,2 +1,3 @@
 rtmidi-1.0.15.patch
 i18n.patch
+linker_opts.patch




More information about the Pkg-games-commits mailing list