mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
Attempt to fix the build on ia64.
Reported by: pointyhat via kris
This commit is contained in:
parent
8c524bb5e8
commit
61c89d37e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122430
1 changed files with 9 additions and 8 deletions
|
@ -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__
|
||||
|
|
Loading…
Add table
Reference in a new issue