mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
776ae1fb28
* Support for FreeBSD 6.x * Support for compilation with SML/NJ * Cross-compilation with mingw32 PR: 124061 Submitted by: Timothy Bourke <timbob@bigpond.com> Approved by: maintainer
12 lines
351 B
C
12 lines
351 B
C
--- runtime/cenv.h.orig 2008-04-27 10:56:05.000000000 +1000
|
|
+++ runtime/cenv.h 2008-04-27 10:56:20.000000000 +1000
|
|
@@ -116,7 +116,7 @@
|
|
#error unknown platform arch
|
|
#endif
|
|
|
|
-#include "gmp.h"
|
|
+#include "/usr/local/include/gmp.h"
|
|
|
|
COMPILE_TIME_ASSERT(sizeof_uintptr_t__is__sizeof_voidStar,
|
|
sizeof(uintptr_t) == sizeof(void*));
|