| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/audio/rsynth/files/ |
Upload File : |
--- configure.in.orig 1994-11-08 13:30:51 UTC
+++ configure.in
@@ -11,7 +11,8 @@ hplay=dummy
dbm=none
make_dist=/dev/null
-AC_PREFIX_PROGRAM(gcc)
+dnl *sigh* - torstenb
+dnl AC_PREFIX_PROGRAM(gcc)
if test -z "$CC" && test -n "$GCC" ; then
CC=$GCC
@@ -41,6 +42,7 @@ case "$host" in
*-sgi-*) hplay=sgi ;;
*-next-*) hplay=NeXT; AC_CHECK_HEADERS(libc.h) ;;
*-*-linux*) hplay=linux ;;
+*-*-dragonfly*|*-*-freebsd*) hplay=freebsd ;;
*-*-hpux*) hplay=hpux ;;
*-*-*) echo "Unknown host type $host" ;;
esac
@@ -93,7 +95,7 @@ fi])
CPPFLAGS="-I. -I$srcdir $CPPFLAGS"
AC_CHECK_LIB(gdbm,gdbm_open)
-if test "$ac_cv_lib_gdbm" = yes; then
+if test "$ac_cv_lib_gdbm_gdbm_open" = yes; then
PROGS="$PROGS mkdictdb dlookup"
else
DICTS=""
@@ -126,7 +128,7 @@ if test "$ac_cv_header_audio_audiolib_h" = yes ; then
XLIBS="-laudio $XLIBS"
AC_DEFINE(HAVE_NAS)
],,$XLIBS $LIBS)
- if test "$ac_cv_lib_audio" = yes; then
+ if test "$ac_cv_lib_audio_AuOpenServer" = yes; then
if test "$hplay" = dummy; then
hplay="na"
LIBS="$XLIBS $LIBS"