diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-07-13 02:02:47 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-07-13 02:02:47 +0200 |
commit | 58dd7bd53ea47fe541926436dc4d8c1bc957bd46 (patch) | |
tree | 9139a3577eda7da70bedb07e847b37889e9e1b06 /media-libs/rubberband | |
parent | dev-python/autopep8: version bump. (diff) | |
download | gentoo-58dd7bd53ea47fe541926436dc4d8c1bc957bd46.tar.gz gentoo-58dd7bd53ea47fe541926436dc4d8c1bc957bd46.tar.bz2 gentoo-58dd7bd53ea47fe541926436dc4d8c1bc957bd46.zip |
media-libs/rubberband: Fixed src_prepare
Closes: https://bugs.gentoo.org/661038
Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'media-libs/rubberband')
-rw-r--r-- | media-libs/rubberband/rubberband-1.8.1-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/rubberband/rubberband-1.8.1-r2.ebuild b/media-libs/rubberband/rubberband-1.8.1-r2.ebuild index a2ccff636e62..754ed4704a40 100644 --- a/media-libs/rubberband/rubberband-1.8.1-r2.ebuild +++ b/media-libs/rubberband/rubberband-1.8.1-r2.ebuild @@ -22,6 +22,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { + default if ! use static-libs ; then sed -e '/^all:/s/$(STATIC_TARGET)//' \ -e '/^\tcp $(STATIC_TARGET)/d' \ |