diff options
author | John Marino <marino@FreeBSD.org> | 2014-10-24 09:09:34 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-10-24 09:09:34 +0000 |
commit | 53eb48892461262e42338b2eda8db94ab2753771 (patch) | |
tree | f09fa88578ad43deeb541eea9e20dfdb16bbba60 /audio/timidity++/files/patch-configure | |
parent | Upgrade to version 2.9.2. (diff) |
audio/timidity: Reflect intent to install blank directory in pkg-plist
While here, install patch needed for dports for slave port.
Notes
Notes:
svn path=/head/; revision=371428
Diffstat (limited to 'audio/timidity++/files/patch-configure')
-rw-r--r-- | audio/timidity++/files/patch-configure | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/audio/timidity++/files/patch-configure b/audio/timidity++/files/patch-configure new file mode 100644 index 000000000000..dabec2cd2637 --- /dev/null +++ b/audio/timidity++/files/patch-configure @@ -0,0 +1,31 @@ +--- configure.orig 2012-06-28 14:14:25.000000000 +0000 ++++ configure +@@ -3930,6 +3930,10 @@ case "$target" in + test -n "$SHLD" || SHLD="ld -Bshareable" + so="so" + ;; ++ *-*-dragonfly*) ++ [ -n "$SHLD" ] || SHLD="ld -Bshareable" ++ so="so" ++ ;; + *-*-freebsd*) + if test "$ELFFORMAT" = yes; then + test -n "$SHLD" || SHLD="ld -Bshareable" +@@ -12561,7 +12565,7 @@ fi; + + if test "x$au_enable_default" = xyes; then + case "$target" in +- *-*-linux*|*-*-freebsd*) ++ *-*-linux*|*-*-freebsd*|*-*-dragonfly*) + au_enable_oss=yes + ;; + *-*-bsdi2.0) +@@ -12619,7 +12623,7 @@ if test "x$au_enable_oss" = xyes; then + echo "${ECHO_T}yes - <sys/soundcard.h>" >&6 + else + case "$target" in +- *linux*|*freebsd*) ++ *linux*|*freebsd*|*dragonfly*) + echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + ;; |