1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/lang/sml-nj/files/extra-patch-global-names

12 lines
505 B
Plaintext

--- 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