1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/clanlib-devel/files/patch-ai

12 lines
306 B
Plaintext

--- Sources/API/Core/System/clanstring.h.orig Fri May 19 13:15:12 2000
+++ Sources/API/Core/System/clanstring.h Fri May 19 13:15:16 2000
@@ -27,7 +27,7 @@
#include <cctype>
#endif
-#ifdef __BEOS__
+#if defined(__BEOS__) || defined(__FreeBSD__)
extern char *fcvt (double, int, int *, int *);
#endif