openbsd-ports/audio/rsynth/patches/patch-configure_in
2001-12-31 09:44:45 +00:00

21 lines
525 B
Plaintext

$OpenBSD: patch-configure_in,v 1.1 2001/12/31 09:44:45 espie Exp $
--- configure.in.orig Tue Nov 8 14:30:51 1994
+++ configure.in Mon Dec 31 10:31:55 2001
@@ -11,8 +11,6 @@ hplay=dummy
dbm=none
make_dist=/dev/null
-AC_PREFIX_PROGRAM(gcc)
-
if test -z "$CC" && test -n "$GCC" ; then
CC=$GCC
fi
@@ -42,6 +40,7 @@ case "$host" in
*-next-*) hplay=NeXT; AC_CHECK_HEADERS(libc.h) ;;
*-*-linux*) hplay=linux ;;
*-*-hpux*) hplay=hpux ;;
+*-*-openbsd*) hplay=openbsd ;;
*-*-*) echo "Unknown host type $host" ;;
esac