mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
audio/rsynth: Tweak patch for DragonFly support
This commit is contained in:
parent
db4f809ebf
commit
646ffe8686
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360755
@ -1,6 +1,6 @@
|
||||
--- configure.in.orig 1994-11-08 14:30:51.000000000 +0100
|
||||
+++ configure.in 2010-11-13 22:47:22.000000000 +0100
|
||||
@@ -11,7 +11,8 @@
|
||||
--- configure.in.orig 1994-11-08 13:30:51.000000000 +0000
|
||||
+++ configure.in
|
||||
@@ -11,7 +11,8 @@ hplay=dummy
|
||||
dbm=none
|
||||
make_dist=/dev/null
|
||||
|
||||
@ -10,15 +10,15 @@
|
||||
|
||||
if test -z "$CC" && test -n "$GCC" ; then
|
||||
CC=$GCC
|
||||
@@ -41,6 +42,7 @@
|
||||
@@ -41,6 +42,7 @@ case "$host" in
|
||||
*-sgi-*) hplay=sgi ;;
|
||||
*-next-*) hplay=NeXT; AC_CHECK_HEADERS(libc.h) ;;
|
||||
*-*-linux*) hplay=linux ;;
|
||||
+*-*-freebsd*) hplay=freebsd ;;
|
||||
+*-*-dragonfly*|*-*-freebsd*) hplay=freebsd ;;
|
||||
*-*-hpux*) hplay=hpux ;;
|
||||
*-*-*) echo "Unknown host type $host" ;;
|
||||
esac
|
||||
@@ -93,7 +95,7 @@
|
||||
@@ -93,7 +95,7 @@ fi])
|
||||
CPPFLAGS="-I. -I$srcdir $CPPFLAGS"
|
||||
|
||||
AC_CHECK_LIB(gdbm,gdbm_open)
|
||||
@ -27,7 +27,7 @@
|
||||
PROGS="$PROGS mkdictdb dlookup"
|
||||
else
|
||||
DICTS=""
|
||||
@@ -126,7 +128,7 @@
|
||||
@@ -126,7 +128,7 @@ if test "$ac_cv_header_audio_audiolib_h"
|
||||
XLIBS="-laudio $XLIBS"
|
||||
AC_DEFINE(HAVE_NAS)
|
||||
],,$XLIBS $LIBS)
|
||||
|
Loading…
Reference in New Issue
Block a user