diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-25 20:27:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-25 20:27:13 +0000 |
commit | 61c89d37e0aadc45e4b79c00a3910a43e72c6470 (patch) | |
tree | 35b492dcb71edc9d1632396e5ee54452d5c87522 | |
parent | 8c524bb5e80f1a04c1cd1f271387423e05f8ef2c (diff) | |
download | ports-61c89d37e0aadc45e4b79c00a3910a43e72c6470.tar.gz ports-61c89d37e0aadc45e4b79c00a3910a43e72c6470.zip |
Notes
-rw-r--r-- | graphics/sodipodi/files/patch-src_main.c | 17 |
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__ |