Skip to content

Instantly share code, notes, and snippets.

View DaKaZ's full-sized avatar

Mike Kazmier DaKaZ

View GitHub Profile
@DaKaZ
DaKaZ / inkscape gcc48 patch
Created October 15, 2013 01:34
A patch to inkscape-0.48.4 to fic bug with gcc 4.8 on OSX. gcc 4.8 is required on OSX when using xcode 5.
diff --git a/src/widgets/desktop-widget.h b/src/widgets/desktop-widget.h
index d853e09..aab73c9 100644
--- a/src/widgets/desktop-widget.h
+++ b/src/widgets/desktop-widget.h
@@ -239,7 +239,7 @@ struct SPDesktopWidget {
private:
GtkWidget *tool_toolbox;
GtkWidget *aux_toolbox;
- GtkWidget *commands_toolbox,;
+ GtkWidget *commands_toolbox;