aboutsummaryrefslogtreecommitdiff
path: root/lang/sml-nj-devel/files
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1999-02-02 03:52:32 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1999-02-02 03:52:32 +0000
commit7fbdc4d2991b22185f7d6d7a1ba58f5d665a304a (patch)
tree450921c8dfb899cc833b874b4eb32424e4f5f07e /lang/sml-nj-devel/files
parent07281ac9868107423fbb4cc942886f47604402e6 (diff)
downloadports-7fbdc4d2991b22185f7d6d7a1ba58f5d665a304a.tar.gz
ports-7fbdc4d2991b22185f7d6d7a1ba58f5d665a304a.zip
Notes
Diffstat (limited to 'lang/sml-nj-devel/files')
-rw-r--r--lang/sml-nj-devel/files/extra-patch-global-names11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/sml-nj-devel/files/extra-patch-global-names b/lang/sml-nj-devel/files/extra-patch-global-names
new file mode 100644
index 000000000000..85d10136ce40
--- /dev/null
+++ b/lang/sml-nj-devel/files/extra-patch-global-names
@@ -0,0 +1,11 @@
+--- src/runtime/include/asm-base.h-- Thu Aug 6 13:40:30 1998
++++ src/runtime/include/asm-base.h Mon Feb 1 15:33:00 1999
+@@ -16,7 +16,7 @@
+ #define FALSE 0
+ #define TRUE 1
+
+-#if (!defined(GLOBALS_HAVE_UNDERSCORE)) && (defined(OPSYS_SUNOS) || defined(OPSYS_FREEBSD) || defined(OPSYS_NETBSD) || defined(OPSYS_NEXTSTEP) || defined(OPSYS_WIN32))
++#if (!defined(GLOBALS_HAVE_UNDERSCORE)) && (defined(OPSYS_SUNOS) || (defined(OPSYS_FREEBSD) && !defined(__ELF__)) || defined(OPSYS_NETBSD) || defined(OPSYS_NEXTSTEP) || defined(OPSYS_WIN32))
+ # define GLOBALS_HAVE_UNDERSCORE
+ #endif
+