summaryrefslogtreecommitdiffstats
path: root/devel/anjuta/files/patch-plugins_gdb_debugger.c
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2016-02-14 18:57:53 +0000
committerkwm <kwm@FreeBSD.org>2016-02-14 18:57:53 +0000
commit63078f10072b825d862497d7bd7fdea47805d7d8 (patch)
treecb5a8a1108829deee66dbb334ff2a733162448c6 /devel/anjuta/files/patch-plugins_gdb_debugger.c
parent81c289a1b3ce7c2ad4eef910a3a3a2e86ac0a472 (diff)
downloadFreeBSD-ports-63078f10072b825d862497d7bd7fdea47805d7d8.zip
FreeBSD-ports-63078f10072b825d862497d7bd7fdea47805d7d8.tar.gz
The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006
Diffstat (limited to 'devel/anjuta/files/patch-plugins_gdb_debugger.c')
-rw-r--r--devel/anjuta/files/patch-plugins_gdb_debugger.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/anjuta/files/patch-plugins_gdb_debugger.c b/devel/anjuta/files/patch-plugins_gdb_debugger.c
index e6cdd10..02f5cc4 100644
--- a/devel/anjuta/files/patch-plugins_gdb_debugger.c
+++ b/devel/anjuta/files/patch-plugins_gdb_debugger.c
@@ -1,11 +1,11 @@
---- plugins/gdb/debugger.c.orig 2011-10-19 09:20:26.000000000 +0200
-+++ plugins/gdb/debugger.c 2012-04-27 16:36:39.000000000 +0200
+--- plugins/gdb/debugger.c.orig 2015-09-20 09:01:33.000000000 +0200
++++ plugins/gdb/debugger.c 2015-10-19 17:22:53.852510000 +0200
@@ -56,7 +56,7 @@
#define GDB_PROMPT "(gdb)"
#define FILE_BUFFER_SIZE 1024
-#define GDB_PATH "gdb"
-+#define GDB_PATH "/usr/local/bin/gdb791"
++#define GDB_PATH "%%LOCALBASE%%/bin/gdb"
#define MAX_CHILDREN 25 /* Limit the number of variable children
* returned by debugger */
#define SUMMARY_MAX_LENGTH 90 /* Should be smaller than 4K to be displayed
OpenPOWER on IntegriCloud