summaryrefslogtreecommitdiff
path: root/multimedia/vic/files/patch-ab
blob: b4848016d6760c269ac46c3ccdd945f3158d7441 (plain) (blame)
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
35
36
37
38
*** configure.orig	Wed Dec 14 16:28:40 1994
--- configure	Wed Dec 14 17:08:40 1994
***************
*** 101,109 ****
  if ( -x /usr/local/bin/gcc || -x /usr/local/gcc || -x /usr/sww/bin/gcc ) set gcc='-e s/^#have-gcc#//'
  if ( -x /bin/cxx ) set cxx='-e s/^#have-cxx#//'
! if ( -d ../blt ) set bltdir=../blt
! if ( -d /usr/src/local/blt ) set bltdir=/usr/src/local/blt
! if ( -d ../blt-1.7 ) set bltdir=../blt-1.7
! if ( -d /usr/src/local/blt-1.7 ) set bltdir=/usr/src/local/blt-1.7
! if ( -d /usr/local/src/blt-1.7 ) set bltdir=/usr/local/src/blt-1.7
  if ( ! $?bltdir ) then
  	echo "configure: can't find blt (tcl/tk extension)"
--- 101,111 ----
  if ( -x /usr/local/bin/gcc || -x /usr/local/gcc || -x /usr/sww/bin/gcc ) set gcc='-e s/^#have-gcc#//'
  if ( -x /bin/cxx ) set cxx='-e s/^#have-cxx#//'
! if ( -x /usr/bin/c++ ) set cxx='-e s/^#have-c++#//'
! if ( -d ../blt/src ) set bltdir=../blt/src
! if ( -d /usr/src/local/blt/src ) set bltdir=/usr/src/local/blt/src
! if ( -d ../blt-1.7/src ) set bltdir=../blt-1.7/src
! if ( -d /usr/src/local/blt-1.7/src ) set bltdir=/usr/src/local/blt-1.7/src
! if ( -d /usr/local/src/blt-1.7/src ) set bltdir=/usr/local/src/blt-1.7/src
! if ( -f /usr/local/lib/libBLT.a ) set bltdir=/usr/local/lib
  if ( ! $?bltdir ) then
  	echo "configure: can't find blt (tcl/tk extension)"
***************
*** 140,144 ****
  set tkdir=`echo $tkdir | sed -e 's/\//\\\//'g`
  set tkinc=`echo $tkinc | sed -e 's/\//\\\//'g`
! set bltdir=`echo $bltdir/src | sed -e 's/\//\\\//'g`
  sed $gcc $xil $rtvc $vpix $vl $svideo $cxx $dnet $irix5 $static $jv $xv \
  	-e "s/@TKDIR@/$tkdir/" -e "s/@TKINC@/$tkinc/" \
--- 142,146 ----
  set tkdir=`echo $tkdir | sed -e 's/\//\\\//'g`
  set tkinc=`echo $tkinc | sed -e 's/\//\\\//'g`
! set bltdir=`echo $bltdir | sed -e 's/\//\\\//'g`
  sed $gcc $xil $rtvc $vpix $vl $svideo $cxx $dnet $irix5 $static $jv $xv \
  	-e "s/@TKDIR@/$tkdir/" -e "s/@TKINC@/$tkinc/" \