Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153534136
D22143.id63639.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
703 B
Referenced Files
None
Subscribers
None
D22143.id63639.diff
View Options
Index: print/scribus-devel/files/patch-scribus_third__party_lib2geom_isnan.h
===================================================================
--- /dev/null
+++ print/scribus-devel/files/patch-scribus_third__party_lib2geom_isnan.h
@@ -0,0 +1,11 @@
+--- scribus/third_party/lib2geom/isnan.h.orig 2019-09-19 12:41:56 UTC
++++ scribus/third_party/lib2geom/isnan.h
+@@ -34,7 +34,7 @@
+ #elif defined(WIN32) || defined(_isnan)
+ # define is_nan(_a) (_isnan(_a)) /* Win32 definition */
+ #elif defined(isnan) || defined(__FreeBSD__)
+-# define is_nan(_a) (isnan(_a)) /* GNU definition */
++# define is_nan(_a) (std::isnan(_a)) /* GNU definition */
+ #else
+ # define is_nan(_a) (std::isnan(_a))
+ #endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 22, 5:32 PM (21 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31991218
Default Alt Text
D22143.id63639.diff (703 B)
Attached To
Mode
D22143: print/scribus-devel: fix build on GCC architectures
Attached
Detach File
Event Timeline
Log In to Comment