diff options
author | 2020-10-24 18:32:12 +0300 | |
---|---|---|
committer | 2020-10-24 18:33:08 +0300 | |
commit | 78a8fc1ae1230167345e29479940f512b560e154 (patch) | |
tree | 381db85d9f093794fc24042a9709bc3c2ad08092 /sci-electronics/fasthenry/fasthenry-3.0.20.07.17.ebuild | |
parent | x11-wm/xpra: Add missing dependency (diff) | |
download | gentoo-78a8fc1ae1230167345e29479940f512b560e154.tar.gz gentoo-78a8fc1ae1230167345e29479940f512b560e154.tar.bz2 gentoo-78a8fc1ae1230167345e29479940f512b560e154.zip |
sci-electronics/fasthenry: Fix LDFLAGS
Closes: https://bugs.gentoo.org/750134
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-electronics/fasthenry/fasthenry-3.0.20.07.17.ebuild')
-rw-r--r-- | sci-electronics/fasthenry/fasthenry-3.0.20.07.17.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-electronics/fasthenry/fasthenry-3.0.20.07.17.ebuild b/sci-electronics/fasthenry/fasthenry-3.0.20.07.17.ebuild index 5e4970bb32f9..b8691f8986a6 100644 --- a/sci-electronics/fasthenry/fasthenry-3.0.20.07.17.ebuild +++ b/sci-electronics/fasthenry/fasthenry-3.0.20.07.17.ebuild @@ -22,6 +22,7 @@ S=${WORKDIR}/fasthenry-3.0wr PATCHES=( "${FILESDIR}/${P}-cflags.patch" + "${FILESDIR}/${P}-ldflags.patch" ) src_compile() { |