1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/graphics/rayshade/files/patch-aa
Matthew Hunt 8a15221195 Import of Rayshade 4.0 raytracing software.
PR:		6158
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
1998-05-26 04:04:19 +00:00

44 lines
1.7 KiB
Plaintext

*** Configure.orig Sun Feb 9 22:04:23 1992
--- Configure Sun Mar 8 19:33:26 1998
***************
*** 28,37 ****
PATH=$PATH:'/bsd4.3/usr/bin:/usr/bsd'
export PATH || (echo "OOPS, this isn't sh. Desperation time. I will feed myself to sh."; sh $0; kill $$)
! if test ! -t 0; then
! echo "Say 'sh Configure', not 'sh <Configure'"
! exit 1
! fi
(alias) >/dev/null 2>&1 && \
echo "(I see you are using the Korn shell. Some ksh's blow up on Configure," && \
--- 28,38 ----
PATH=$PATH:'/bsd4.3/usr/bin:/usr/bsd'
export PATH || (echo "OOPS, this isn't sh. Desperation time. I will feed myself to sh."; sh $0; kill $$)
! #FreeBSD's ports don't want to be interactive
! #if test ! -t 0; then
! # echo "Say 'sh Configure', not 'sh <Configure'"
! # exit 1
! #fi
(alias) >/dev/null 2>&1 && \
echo "(I see you are using the Korn shell. Some ksh's blow up on Configure," && \
***************
*** 872,878 ****
: determine where manual pages are on this system
echo " "
case "$sysman" in
! '') sysman=`loc . /usr/man/man1 /usr/man/man1 /usr/man/mann /usr/man/manl /usr/man/local/man1 /usr/man/u_man/man1 /usr/share/man/man1 /usr/catman/u_man/man1 /usr/man/l_man/man1 /usr/local/man/u_man/man1 /usr/local/man/l_man/man1 /usr/man/man.L`
;;
esac
if test -d "$sysman"; then
--- 873,879 ----
: determine where manual pages are on this system
echo " "
case "$sysman" in
! '') sysman=`loc . /usr/local/man/man1 /usr/man/man1 /usr/man/mann /usr/man/manl /usr/man/local/man1 /usr/man/u_man/man1 /usr/share/man/man1 /usr/catman/u_man/man1 /usr/man/l_man/man1 /usr/local/man/u_man/man1 /usr/local/man/l_man/man1 /usr/man/man.L`
;;
esac
if test -d "$sysman"; then