summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-03-31 04:13:02 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-03-31 04:13:02 +0000
commit0a41047b766441fdadf97165001749ae9f5bd946 (patch)
tree26b12bcdf81738feb238e77b9c8081fd0ec1ba2c /dev-util/anjuta/files/anjuta-2.30.2.0-debug-mode.patch
parentbump eapi, fix repoman warning (diff)
downloadhistorical-0a41047b766441fdadf97165001749ae9f5bd946.tar.gz
historical-0a41047b766441fdadf97165001749ae9f5bd946.tar.bz2
historical-0a41047b766441fdadf97165001749ae9f5bd946.zip
sparc stable wrt #353436, Comment #29. Thanks to Alex Buell for testing.
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'dev-util/anjuta/files/anjuta-2.30.2.0-debug-mode.patch')
-rw-r--r--dev-util/anjuta/files/anjuta-2.30.2.0-debug-mode.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-util/anjuta/files/anjuta-2.30.2.0-debug-mode.patch b/dev-util/anjuta/files/anjuta-2.30.2.0-debug-mode.patch
deleted file mode 100644
index da1dbe191d31..000000000000
--- a/dev-util/anjuta/files/anjuta-2.30.2.0-debug-mode.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Subject: [PATCH] Fix the forced debugging mode even if --disable-debug is given on the command line
---- configure.in~ 2010-06-05 12:00:40.000000000 +0200
-+++ configure.in 2010-06-13 16:56:42.000000000 +0200
-@@ -84,7 +84,9 @@
- dnl Enable debugging mode
- AC_ARG_ENABLE(debug,
- AC_HELP_STRING([--enable-debug],[Enable debug messages]),
-- AM_CFLAGS="$AM_CFLAGS -DDEBUG"
-+ [if test "x$enableval" = "xyes"; then
-+ AM_CFLAGS="$AM_CFLAGS -DDEBUG"
-+ fi]
- AM_CXXFLAGS="$AM_CXXFLAGS -DDEBUG")
- AC_SUBST(AM_CFLAGS)
- AC_SUBST(AM_CXXFLAGS)