diff options
author | marino <marino@FreeBSD.org> | 2016-12-18 05:52:48 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-12-18 05:52:48 +0800 |
commit | dd398827894945a71b2a55c7fcf04fb9150e8706 (patch) | |
tree | 4d3c7dd0a1389cec20014c07fb9201a107c8aa95 /audio/fcplay/files | |
parent | 1b45e5cd52745615ba11ea2b762c06fa79013648 (diff) | |
download | freebsd-ports-gnome-dd398827894945a71b2a55c7fcf04fb9150e8706.tar.gz freebsd-ports-gnome-dd398827894945a71b2a55c7fcf04fb9150e8706.tar.zst freebsd-ports-gnome-dd398827894945a71b2a55c7fcf04fb9150e8706.zip |
audio/fcplay: Fix build on DF
Diffstat (limited to 'audio/fcplay/files')
-rw-r--r-- | audio/fcplay/files/patch-configure | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/audio/fcplay/files/patch-configure b/audio/fcplay/files/patch-configure index f9edfc16f53f..e16c1d88a760 100644 --- a/audio/fcplay/files/patch-configure +++ b/audio/fcplay/files/patch-configure @@ -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 |