diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2014-08-08 19:02:40 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2014-08-08 19:02:40 +0000 |
commit | 3533d6ca03f7315cfd2391b54c5e281e9b1cc02f (patch) | |
tree | 7f956d94fc6f9f708b980278ba308ab76df05b81 /audio/musepack/files/patch-configure.in | |
parent | Update to latest commit. (diff) |
- Update to latest upstream release 2011.08.10
- Add LICENSE*
PR: 192402
Submitted by: shoesoft@gmx.net (maintainer)
Approved by: mentors (implicit)
Notes
Notes:
svn path=/head/; revision=364375
Diffstat (limited to 'audio/musepack/files/patch-configure.in')
-rw-r--r-- | audio/musepack/files/patch-configure.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/musepack/files/patch-configure.in b/audio/musepack/files/patch-configure.in new file mode 100644 index 000000000000..49b0124945c3 --- /dev/null +++ b/audio/musepack/files/patch-configure.in @@ -0,0 +1,12 @@ +--- configure.in.orig 2014-08-04 08:34:39.000000000 +0200 ++++ configure.in 2014-08-04 08:35:20.000000000 +0200 +@@ -30,7 +30,8 @@ + AM_CONDITIONAL([MPC_CHAP], [test "x$enable_mpcchap" = xyes]) + + +-CHECK_VISIBILITY ++gl_VISIBILITY ++AM_CONDITIONAL([HAVE_VISIBILITY], [test "x$HAVE_VISIBILITY" = x1]) + + AC_CONFIG_FILES([ + Makefile |