Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 2014 14:58:00 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360755 - head/audio/rsynth/files
Message-ID:  <201407051458.s65Ew0sY090409@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Jul  5 14:58:00 2014
New Revision: 360755
URL: http://svnweb.freebsd.org/changeset/ports/360755
QAT: https://qat.redports.org/buildarchive/r360755/

Log:
  audio/rsynth: Tweak patch for DragonFly support

Modified:
  head/audio/rsynth/files/patch-configure.in

Modified: head/audio/rsynth/files/patch-configure.in
==============================================================================
--- head/audio/rsynth/files/patch-configure.in	Sat Jul  5 14:53:39 2014	(r360754)
+++ head/audio/rsynth/files/patch-configure.in	Sat Jul  5 14:58:00 2014	(r360755)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407051458.s65Ew0sY090409>