Comment 9 for bug 1245722

Revision history for this message
Jack Howarth (howarth) wrote :

On fink, we had to add one other patch for inkscape 0.48.4 patched to r9985 to build on 10.9…

--- inkscape-0.48.4/src/extension/system.cpp.orig 2013-11-17 17:15:40.000000000 -0500
+++ inkscape-0.48.4/src/extension/system.cpp 2013-11-17 17:15:59.000000000 -0500
@@ -20,6 +20,7 @@

 #include <interface.h>

+#include <unistd.h>
 #include "system.h"
 #include "preferences.h"
 #include "extension.h"

Without that change, the patched file doesn't compile due to the getpwd call used in that file being undeclared.