summaryrefslogtreecommitdiff
path: root/audio/rsynth/files/patch-ab
blob: 60772e54d8a2136c89e56f331f9649119542aa0a (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
*** configure.in.orig	Tue Nov  8 14:30:51 1994
--- configure.in	Sat Jul  1 18:02:56 1995
***************
*** 11,17 ****
  dbm=none
  make_dist=/dev/null 
  
! AC_PREFIX_PROGRAM(gcc)
  
  if test -z "$CC" && test -n "$GCC" ; then
  CC=$GCC
--- 11,18 ----
  dbm=none
  make_dist=/dev/null 
  
! dnl *sigh* - torstenb
! dnl AC_PREFIX_PROGRAM(gcc)
  
  if test -z "$CC" && test -n "$GCC" ; then
  CC=$GCC
***************
*** 41,46 ****
--- 42,48 ----
  *-sgi-*) hplay=sgi ;;
  *-next-*) hplay=NeXT; AC_CHECK_HEADERS(libc.h) ;;
  *-*-linux*) hplay=linux ;;
+ *-*-freebsd*) hplay=freebsd ;;
  *-*-hpux*)  hplay=hpux ;;
  *-*-*) echo "Unknown host type $host" ;;
  esac