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++ | |
parent | 08e1674ec9f15a676a9585ce18166517f8e19d3d (diff) | |
download | ports-53eb48892461262e42338b2eda8db94ab2753771.tar.gz ports-53eb48892461262e42338b2eda8db94ab2753771.zip |
Notes
Diffstat (limited to 'audio/timidity++')
-rw-r--r-- | audio/timidity++/Makefile | 2 | ||||
-rw-r--r-- | audio/timidity++/files/patch-configure | 31 | ||||
-rw-r--r-- | audio/timidity++/pkg-plist | 1 |
3 files changed, 33 insertions, 1 deletions
diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile index d6e2f6d3b640..fee18ed35c4a 100644 --- a/audio/timidity++/Makefile +++ b/audio/timidity++/Makefile @@ -3,7 +3,7 @@ PORTNAME= timidity++ PORTVERSION= 2.14.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES+= audio MASTER_SITES= SF/timidity/TiMidity%2B%2B/TiMidity%2B%2B-${PORTVERSION} DISTNAME= TiMidity++-${PORTVERSION} 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 + ;; diff --git a/audio/timidity++/pkg-plist b/audio/timidity++/pkg-plist index 6922b02438ee..51d4d804744f 100644 --- a/audio/timidity++/pkg-plist +++ b/audio/timidity++/pkg-plist @@ -13,3 +13,4 @@ man/man5/timidity.cfg.5.gz %%PORTDOCS%%%%DOCSDIR%%/README.m2m %%PORTDOCS%%%%DOCSDIR%%/README.mts %%PORTDOCS%%%%DOCSDIR%%/README.sf +@dir %%TIMID_LIBDIR%% |