diff options
| author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-03 00:37:20 +0000 |
|---|---|---|
| committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-03 00:37:20 +0000 |
| commit | 6a68b60f92eeffd18741444d2f66a6493229529f (patch) | |
| tree | 6e0f3e66e904a53856b54d94c65c0f99f33d04bf /lang/scsh/files/patch-ac | |
| parent | Renaming the PKIGNAME, etlfnot-noncjk -> etlfonts-noncjk. (diff) | |
New port, scsh:
A Unix shell embedded into Scheme, with access to all Posix calls
Reviewed by: max
Submitted by: cracauer@cons.org "Martin Cracauer"
Notes
Notes:
svn path=/head/; revision=5173
Diffstat (limited to 'lang/scsh/files/patch-ac')
| -rw-r--r-- | lang/scsh/files/patch-ac | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/scsh/files/patch-ac b/lang/scsh/files/patch-ac new file mode 100644 index 000000000000..42c68f84edeb --- /dev/null +++ b/lang/scsh/files/patch-ac @@ -0,0 +1,19 @@ +*** configure.in.original Tue Nov 26 17:10:41 1996 +--- configure.in Tue Nov 26 17:11:07 1996 +*************** +*** 220,226 **** + fi + + AR=${AR-"ar cq"} +! TMPDIR=${TMPDIR-"/usr/tmp"} + + case "$host" in + +--- 220,226 ---- + fi + + AR=${AR-"ar cq"} +! TMPDIR=${TMPDIR-"/var/tmp"} + + case "$host" in + |
