ports/shells/scsh/files/patch-static.scm
Joseph Koshy 963ec014d2 Upgrade to v0.6.0.
- "files/patch-ae" is no longer required
- PLIST substitution is used to merge the files "pkg-plist.doc" and
  "pkg-plist" into one entity
- new patch file "files/patch-static.scm" has been added

Approved by:  alex [MAINTAINER]
2002-01-14 06:53:27 +00:00

19 lines
487 B
Scheme

*** scsh/static.scm.orig Fri Jan 11 12:50:39 2002
--- scsh/static.scm Fri Jan 11 12:50:46 2002
***************
*** 128,134 ****
options
(or (options:temp-dir options)
(getenv "TMPDIR")
! "/usr/tmp"))
(set-options:cc-command
options
(or (options:cc-command options)
--- 128,134 ----
options
(or (options:temp-dir options)
(getenv "TMPDIR")
! "/var/tmp"))
(set-options:cc-command
options
(or (options:cc-command options)