mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Really fix the build on alpha. Seems alpha does not have fpresetsticky.
Submitted by: beta Tested by: kris (build test only)
This commit is contained in:
parent
09c1b52220
commit
ac188fe098
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60338
@ -1,5 +1,5 @@
|
||||
--- src/main.c.orig Thu May 30 10:26:44 2002
|
||||
+++ src/main.c Thu May 30 10:29:17 2002
|
||||
--- 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 */
|
||||
|
||||
@ -9,3 +9,12 @@
|
||||
#endif
|
||||
|
||||
#include "sodipodi-private.h"
|
||||
@@ -357,7 +357,7 @@
|
||||
|
||||
}
|
||||
|
||||
-#ifdef __FreeBSD__
|
||||
+#if defined(__FreeBSD__) && defined(__i386__)
|
||||
fpresetsticky(FP_X_DZ|FP_X_INV);
|
||||
fpsetmask(FP_X_DZ|FP_X_INV);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user