svn commit: r428807 - head/audio/fcplay/files

John Marino marino at FreeBSD.org
Sat Dec 17 21:52:49 UTC 2016


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
  


More information about the svn-ports-head mailing list