summaryrefslogtreecommitdiff
path: root/lang/sml-nj/patches/patch-aa
blob: 9fe89bce48510cd99d5444faf71298da35385818 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
$NetBSD: patch-aa,v 1.1 2002/07/04 20:24:42 wiz Exp $

--- config/targets.orig	Sun Jan 27 19:18:03 2002
+++ config/targets
@@ -44,7 +44,7 @@
 
 # build ML-Burg
 #
-#TARGETS="$TARGETS ml-burg"
+TARGETS="$TARGETS ml-burg"
 
 # pre-compile and install the remaining components of the SML/NJ library
 # (everything except smlnj-lib.cm, aka Util, itself)
@@ -56,17 +56,17 @@
 # pre-compile and install Concurrent ML, which is a library for message-passing
 # concurrency.
 #
-#TARGETS="$TARGETS cml"
+TARGETS="$TARGETS cml"
 
 # pre-compile and install the CML Library, which provides some useful CML
 # modules.
 #
-#TARGETS="$TARGETS cml-lib"
+TARGETS="$TARGETS cml-lib"
 
 # pre-compile and install eXene, which is a library for X-Windows programming.
 # EXene requires CML.
 #
-#TARGETS="$TARGETS eXene"
+TARGETS="$TARGETS eXene"
 
 # pre-compile and install the C-Kit, which is a library for parsing and
 # type-checking C programs