diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-27 01:37:34 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-27 01:37:34 +0800 |
commit | 3f59005ccdf0ac10e106da07c14cdbff123c0824 (patch) | |
tree | eca65074fcb73ab40eef31489b4d330bbfc4c8e4 /devel/bug-buddy/files | |
parent | 75f4bf57b9e22c8d72301ece1028b2183e6c5506 (diff) | |
download | marcuscom-ports-3f59005ccdf0ac10e106da07c14cdbff123c0824.tar marcuscom-ports-3f59005ccdf0ac10e106da07c14cdbff123c0824.tar.gz marcuscom-ports-3f59005ccdf0ac10e106da07c14cdbff123c0824.tar.bz2 marcuscom-ports-3f59005ccdf0ac10e106da07c14cdbff123c0824.tar.lz marcuscom-ports-3f59005ccdf0ac10e106da07c14cdbff123c0824.tar.xz marcuscom-ports-3f59005ccdf0ac10e106da07c14cdbff123c0824.tar.zst marcuscom-ports-3f59005ccdf0ac10e106da07c14cdbff123c0824.zip |
Correct a typo to fix the build on 6.X.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12183 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/bug-buddy/files')
-rw-r--r-- | devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc b/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc index 8111fdc87..7007a9101 100644 --- a/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc +++ b/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc @@ -48,7 +48,7 @@ has_debug_symbols = elf_has_debug_symbols (mypath); - +#else -+ has_debug_sumbols = TRUE; ++ has_debug_symbols = TRUE; +#endif g_free (mypath); |