1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/lang/mlton/files/patch-runtime-cenv.h
Stefan Walter 776ae1fb28 This patch adds three features to the lang/mlton port:
* 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
2008-12-10 08:44:24 +00:00

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*));