summaryrefslogtreecommitdiff
path: root/lang/smlnj/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'lang/smlnj/patches/patch-am')
-rw-r--r--lang/smlnj/patches/patch-am13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/smlnj/patches/patch-am b/lang/smlnj/patches/patch-am
new file mode 100644
index 00000000000..b64363ea087
--- /dev/null
+++ b/lang/smlnj/patches/patch-am
@@ -0,0 +1,13 @@
+$NetBSD: patch-am,v 1.1 2003/03/21 22:54:42 wiz Exp $
+
+--- src/runtime/objs/mk.sparc-solaris.orig Fri Jun 15 15:05:19 2001
++++ src/runtime/objs/mk.sparc-solaris
+@@ -8,7 +8,7 @@ AS = /usr/ccs/bin/as
+ AR = /usr/ccs/bin/ar
+ GCC = gcc
+ CC = $(GCC)
+-CFLAGS = -O3
++CFLAGS = @CFLAGS@
+ #CFLAGS = -g
+ CPP = $(GCC) -x c -E -P
+ RANLIB = $(AR) ts