Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2016 21:52:48 +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: r428807 - head/audio/fcplay/files
Message-ID:  <201612172152.uBHLqmMc002497@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Dec 17 21:52:48 2016
New Revision: 428807
URL: https://svnweb.freebsd.org/changeset/ports/428807

Log:
  audio/fcplay: Fix build on DF

Modified:
  head/audio/fcplay/files/patch-configure

Modified: head/audio/fcplay/files/patch-configure
==============================================================================
--- head/audio/fcplay/files/patch-configure	Sat Dec 17 21:46:41 2016	(r428806)
+++ head/audio/fcplay/files/patch-configure	Sat Dec 17 21:52:48 2016	(r428807)
@@ -42,6 +42,15 @@
  # Extract the first word of "ranlib", so it can be a program name with args.
  set dummy ranlib; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+@@ -1899,7 +1864,7 @@ EOF
+ 
+     echo "$ac_t""oss" 1>&6
+        ;;
+-  *freebsd*) cat >> confdefs.h <<\EOF
++  *freebsd*|*dragonfly*) cat >> confdefs.h <<\EOF
+ #define HAVE_FREEBSD 1
+ EOF
+ 
 @@ -2297,4 +2262,3 @@ rm -fr confdefs* $ac_clean_files
  test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  



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