openbsd-ports/audio/rsynth/patches/patch-ab

20 lines
430 B
Plaintext

--- configure.in.orig Tue Nov 8 08:30:51 1994
+++ configure.in Tue Jun 22 08:44:36 1999
@@ -11,8 +11,6 @@
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 @@
*-next-*) hplay=NeXT; AC_CHECK_HEADERS(libc.h) ;;
*-*-linux*) hplay=linux ;;
*-*-hpux*) hplay=hpux ;;
+*-*-openbsd*) hplay=openbsd ;;
*-*-*) echo "Unknown host type $host" ;;
esac