public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde-sunset:master commit in: media-sound/hydrogen/files/
@ 2020-12-07 18:19 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2020-12-07 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     ac73bb56de60280d868a3b1cdb6222d8c747a738
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  7 18:10:11 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec  7 18:18:58 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=ac73bb56

media-sound/hydrogen: Remove unused patch

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../files/hydrogen-0.9.2-configure.in.patch        | 36 ----------------------
 1 file changed, 36 deletions(-)

diff --git a/media-sound/hydrogen/files/hydrogen-0.9.2-configure.in.patch b/media-sound/hydrogen/files/hydrogen-0.9.2-configure.in.patch
deleted file mode 100644
index c06ee840..00000000
--- a/media-sound/hydrogen/files/hydrogen-0.9.2-configure.in.patch
+++ /dev/null
@@ -1,36 +0,0 @@
---- configure.in.orig	2006-05-07 04:59:45.000000000 +0300
-+++ configure.in	2006-05-07 05:28:24.000000000 +0300
-@@ -15,8 +15,8 @@
- -----------------------------------------------------------------
- 
- "
--#ac_qmake_lflags="-static"
--#AC_SUBST(ac_qmake_lflags)
-+ac_qmake_lflags="${LDFLAGS}"
-+AC_SUBST(ac_qmake_lflags)
- 
- 
- # static build
-@@ -38,8 +38,9 @@
- AC_DEFINE_UNQUOTED(CONFIG_PREFIX, ["$ac_prefix"], [Default installation prefix.])
- 
- 
--AC_ARG_ENABLE(profile, [  --enable-profile     enable profile info (default=no)], [useProfile="yes"], [useProfile="no"])
-+AC_ARG_ENABLE(profile, [  --enable-profile     enable profile info (default=no)], [useProfile=$enableval])
- if test "x$useProfile" = "xyes"; then
-+	echo " * Profile mode enabled."
- 	ac_qmake_cflags="-pg"
- 	ac_qmake_cxxflags="-pg"
- 	ac_qmake_lflags="-pg"
-@@ -49,9 +50,9 @@
- fi
- 
- dnl Enable debugging argument option.
--AC_ARG_ENABLE(debug, [  --enable-debug          enable debugging (default=no)], [ac_debug="debug"], [ac_debug="release"])
-+AC_ARG_ENABLE(debug, [  --enable-debug          enable debugging (default=no)], [debug_enabled=$enableval])
- AC_SUBST(ac_debug)
--if test "x$ac_debug" = "xdebug"; then
-+if test "x$ac_debug" = "xyes"; then
- 	AC_DEFINE(CONFIG_DEBUG, 1, [Define if debugging is enabled.])
- 	features_list="${features_list} (Debug)"
- 	echo " * Debug mode enabled."


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-07 18:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-07 18:19 [gentoo-commits] proj/kde-sunset:master commit in: media-sound/hydrogen/files/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox