diff options
author | 2010-06-17 18:54:08 +0000 | |
---|---|---|
committer | 2010-06-17 18:54:08 +0000 | |
commit | 8438961915b17aa522f7399f6174aa4b2d62ac0f (patch) | |
tree | b4253d544041e305be80cab33108bca08095a856 /dev-util/anjuta/files/anjuta-2.30.2.0-debug-mode.patch | |
parent | Mask www-client/chromium dev channel release. (diff) | |
download | historical-8438961915b17aa522f7399f6174aa4b2d62ac0f.tar.gz historical-8438961915b17aa522f7399f6174aa4b2d62ac0f.tar.bz2 historical-8438961915b17aa522f7399f6174aa4b2d62ac0f.zip |
Version bump for Gnome 2.30
Package-Manager: portage-2.1.8.3/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.patch | 14 |
1 files changed, 14 insertions, 0 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 new file mode 100644 index 000000000000..da1dbe191d31 --- /dev/null +++ b/dev-util/anjuta/files/anjuta-2.30.2.0-debug-mode.patch @@ -0,0 +1,14 @@ +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) |