mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix build on sparc.
Approved by: portmgr (krion), arved (mentor)
This commit is contained in:
parent
050fb7c2f6
commit
2159b8933a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131896
11
devel/libmba/files/patch-src::mba::time.h
Normal file
11
devel/libmba/files/patch-src::mba::time.h
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/mba/time.h.orig Tue Mar 22 08:58:04 2005
|
||||
+++ src/mba/time.h Tue Mar 22 08:56:02 2005
|
||||
@@ -20,7 +20,7 @@
|
||||
#endif /* WIN32 */
|
||||
#endif /* LIBMBA_API */
|
||||
|
||||
-#if defined(__sparc__)
|
||||
+#if defined(__sparc__) && ! (defined (__FreeBSD__))
|
||||
#include <sys/inttypes.h>
|
||||
#elif defined(_WIN32)
|
||||
#define MILLISECONDS_BETWEEN_1970_AND_1601 11644473600000Ui64
|
Loading…
Reference in New Issue
Block a user