mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
- "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]
19 lines
403 B
Text
19 lines
403 B
Text
*** configure.in.orig Wed Jan 9 15:54:29 2002
|
|
--- configure.in Fri Jan 11 12:36:21 2002
|
|
***************
|
|
*** 226,232 ****
|
|
fi
|
|
|
|
AR=${AR-"ar cq"}
|
|
! TMPDIR=${TMPDIR-"/usr/tmp"}
|
|
case "$host" in
|
|
## CX/UX
|
|
m88k-harris-cxux* )
|
|
--- 226,232 ----
|
|
fi
|
|
|
|
AR=${AR-"ar cq"}
|
|
! TMPDIR=${TMPDIR-"/var/tmp"}
|
|
case "$host" in
|
|
## CX/UX
|
|
m88k-harris-cxux* )
|