Skip to content
/ gentoo Public
forked from gentoo/gentoo

Commit

Permalink
dev-embedded/libjaylink: Disable -Werror, bug #744979
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/744979
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sven Wegener <[email protected]>
  • Loading branch information
swegener committed Sep 27, 2020
1 parent 7f67a3f commit 37dd458
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ DEPEND="virtual/libusb:1"
RDEPEND="${DEPEND}"

src_prepare() {
sed -i -e "/^JAYLINK_CFLAGS=/ s/ -Werror / /" configure.ac || die
eapply_user
eautoreconf || die
}
Expand Down
1 change: 1 addition & 0 deletions dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ DEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]"
RDEPEND="${DEPEND}"

src_prepare() {
sed -i -e "/^JAYLINK_CFLAGS=/ s/ -Werror / /" configure.ac || die
eapply_user
eautoreconf
multilib_copy_sources
Expand Down
1 change: 1 addition & 0 deletions dev-embedded/libjaylink/libjaylink-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ DEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]"
RDEPEND="${DEPEND}"

src_prepare() {
sed -i -e "/^JAYLINK_CFLAGS=/ s/ -Werror / /" configure.ac || die
eapply_user
eautoreconf
multilib_copy_sources
Expand Down

0 comments on commit 37dd458

Please sign in to comment.