Fix build on alpha.
This commit is contained in:
parent
63ca50040c
commit
5cbdc97fe5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99468
1 changed files with 11 additions and 0 deletions
11
graphics/inkscape/files/patch-src::main.c
Normal file
11
graphics/inkscape/files/patch-src::main.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/main.c.orig Fri Jan 30 15:23:48 2004
|
||||
+++ src/main.c Fri Jan 30 15:24:10 2004
|
||||
@@ -200,7 +200,7 @@
|
||||
}
|
||||
|
||||
#ifdef HAVE_FPSETMASK
|
||||
- fpresetsticky(FP_X_DZ|FP_X_INV);
|
||||
+ fpsetsticky(FP_X_DZ|FP_X_INV);
|
||||
fpsetmask(FP_X_DZ|FP_X_INV);
|
||||
#endif
|
||||
return result;
|
Loading…
Reference in a new issue