freebsd-ports/lang/sml-nj/files/extra-patch-global-names

11 lines
505 B
Text

--- src/runtime/include/asm-base.h-- Wed Oct 11 16:31:09 2000
+++ src/runtime/include/asm-base.h Wed Oct 11 16:31:52 2000
@@ -16,7 +16,7 @@
#define FALSE 0
#define TRUE 1
-#if (!defined(GLOBALS_HAVE_UNDERSCORE)) && (defined(OPSYS_SUNOS) || defined(OPSYS_NEXTSTEP) || defined(OPSYS_WIN32))
+#if (!defined(GLOBALS_HAVE_UNDERSCORE)) && (defined(OPSYS_SUNOS) || defined(OPSYS_NEXTSTEP) || (defined(OPSYS_FREEBSD) && !defined(__ELF__)) || defined(OPSYS_WIN32))
# define GLOBALS_HAVE_UNDERSCORE
#endif