summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-30 14:32:13 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-30 14:32:13 +0000
commit7045c49481a17dac36ea709911312b0286c8fb70 (patch)
tree8ced6fa53c1440a93711640eb8e3ef64a969a406 /graphics
parentFix a packaging error on AXP. (diff)
Attempt to fix linking on AXP.
Submitted by: beta
Notes
Notes: svn path=/head/; revision=60289
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sodipodi/files/patch-src_main.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/sodipodi/files/patch-src_main.c b/graphics/sodipodi/files/patch-src_main.c
new file mode 100644
index 000000000000..e4fa667111cf
--- /dev/null
+++ b/graphics/sodipodi/files/patch-src_main.c
@@ -0,0 +1,11 @@
+--- src/main.c.orig Thu May 30 10:26:44 2002
++++ src/main.c Thu May 30 10:29:17 2002
+@@ -17,7 +17,7 @@
+ #include <tree.h> /* libxml */
+
+ #ifdef __FreeBSD__
+-#include <floatingpoint.h>
++#include <ieeefp.h>
+ #endif
+
+ #include "sodipodi-private.h"