diff options
author | wiz <wiz@pkgsrc.org> | 2020-06-19 13:24:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-06-19 13:24:41 +0000 |
commit | d6626f67aaaa84c6b27f9a993f2e0215214c05f1 (patch) | |
tree | bbd7be67fe66947858b9dca5adcf632e9b4403e6 | |
parent | 9ac5ecce473e118db34e84eeceb2faf4292a14ef (diff) | |
download | pkgsrc-d6626f67aaaa84c6b27f9a993f2e0215214c05f1.tar.gz |
libmysofa: add upstream pull request URL
-rw-r--r-- | audio/libmysofa/distinfo | 4 | ||||
-rw-r--r-- | audio/libmysofa/patches/patch-CMakeLists.txt | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/audio/libmysofa/distinfo b/audio/libmysofa/distinfo index 74191837397..b9b462b760f 100644 --- a/audio/libmysofa/distinfo +++ b/audio/libmysofa/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2020/06/19 13:17:59 wiz Exp $ +$NetBSD: distinfo,v 1.5 2020/06/19 13:24:41 wiz Exp $ SHA1 (libmysofa-1.1.tar.gz) = 6dcad3417576c59eb77a88ac6362799e0247bf9a RMD160 (libmysofa-1.1.tar.gz) = 2467dd23b458b487782cea19aaa476523a22b706 SHA512 (libmysofa-1.1.tar.gz) = 8feafbf447f21f3ef5a283f5f494a647dd5db47cc43af4cc26efeae9f8684c93f5aa1131d8c5570d1d7811c3e3b08763fabdfad2beff0858eeb3cb78dda22332 Size (libmysofa-1.1.tar.gz) = 199816311 bytes -SHA1 (patch-CMakeLists.txt) = b2432d0df7134ba607b54f2015437b0091efd92a +SHA1 (patch-CMakeLists.txt) = b0c00c006b5965a200c43a87bf9105aedeaf110a diff --git a/audio/libmysofa/patches/patch-CMakeLists.txt b/audio/libmysofa/patches/patch-CMakeLists.txt index 42532c82689..2657d1e24ee 100644 --- a/audio/libmysofa/patches/patch-CMakeLists.txt +++ b/audio/libmysofa/patches/patch-CMakeLists.txt @@ -1,6 +1,8 @@ -$NetBSD: patch-CMakeLists.txt,v 1.3 2020/06/19 13:17:59 wiz Exp $ +$NetBSD: patch-CMakeLists.txt,v 1.4 2020/06/19 13:24:41 wiz Exp $ Don't need a C++ compiler. +Avoid relative paths. +https://github.com/hoene/libmysofa/pull/124 --- CMakeLists.txt.orig 2020-06-13 15:02:13.000000000 +0000 +++ CMakeLists.txt |