Attempt to fix linking on AXP.
Submitted by: beta
This commit is contained in:
parent
8fc91ad35c
commit
7045c49481
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60289
1 changed files with 11 additions and 0 deletions
11
graphics/sodipodi/files/patch-src_main.c
Normal file
11
graphics/sodipodi/files/patch-src_main.c
Normal file
|
@ -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"
|
Loading…
Reference in a new issue