aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-11-25 20:27:13 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-11-25 20:27:13 +0000
commit61c89d37e0aadc45e4b79c00a3910a43e72c6470 (patch)
tree35b492dcb71edc9d1632396e5ee54452d5c87522 /graphics
parent8c524bb5e80f1a04c1cd1f271387423e05f8ef2c (diff)
downloadports-61c89d37e0aadc45e4b79c00a3910a43e72c6470.tar.gz
ports-61c89d37e0aadc45e4b79c00a3910a43e72c6470.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sodipodi/files/patch-src_main.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/graphics/sodipodi/files/patch-src_main.c b/graphics/sodipodi/files/patch-src_main.c
index 7e0e3b8d5982..d14f4d4f64ad 100644
--- a/graphics/sodipodi/files/patch-src_main.c
+++ b/graphics/sodipodi/files/patch-src_main.c
@@ -1,16 +1,17 @@
---- src/main.c.orig Sun Apr 15 16:27:51 2001
-+++ src/main.c Thu May 30 23:14:44 2002
-@@ -17,7 +17,7 @@
- #include <tree.h> /* libxml */
+--- src/main.c.orig Sun Feb 8 08:42:01 2004
++++ src/main.c Thu Nov 25 15:25:34 2004
+@@ -27,7 +27,8 @@
+ #endif
#ifdef __FreeBSD__
-#include <floatingpoint.h>
++#include <sys/types.h>
+#include <ieeefp.h>
#endif
-
- #include "sodipodi-private.h"
-@@ -357,7 +357,7 @@
-
+ #include <string.h>
+ #include <signal.h>
+@@ -216,7 +217,7 @@
+ result = sp_main_console (argc, argv);
}
-#ifdef __FreeBSD__