Skip to content

Commit

Permalink
biology/fastx-toolkit: Unbreak build on 14-CURRENT
Browse files Browse the repository at this point in the history
Remove developer warning flags, including -Werror causing build failure
  • Loading branch information
Jason W. Bacon authored and Jason W. Bacon committed Mar 7, 2023
1 parent 4e0f740 commit d892482
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion biology/fastx-toolkit/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= fastx_toolkit
PORTVERSION= 0.0.14
DISTVERSION= 0.0.14
PORTREVISION= 1
CATEGORIES= biology

MAINTAINER= jwb@FreeBSD.org
Expand Down
1 change: 1 addition & 0 deletions biology/fastx-toolkit/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
TIMESTAMP = 1678210010
SHA256 (agordon-fastx_toolkit-0.0.14_GH0.tar.gz) = af4f9fe59f8c91bdd2d735bdac1fd89f0549b2bc759313fe3b86948056aad1aa
SIZE (agordon-fastx_toolkit-0.0.14_GH0.tar.gz) = 259576
10 changes: 10 additions & 0 deletions biology/fastx-toolkit/files/patch-configure.ac
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- configure.ac.orig 2023-03-07 17:18:12 UTC
+++ configure.ac
@@ -31,7 +31,6 @@ dnl fi
PKG_CHECK_MODULES([GTEXTUTILS],[gtextutils])

dnl --enable-wall
-EXTRA_CHECKS="-Wall -Wextra -Wformat-nonliteral -Wformat-security -Wswitch-default -Wswitch-enum -Wunused-parameter -Wfloat-equal -Werror"
AC_ARG_ENABLE(wall,
[ --enable-wall Enable many common GCC warnings (-Wall,-Wextra, -Werror etc., default enabled)],
[case "${enableval}" in

0 comments on commit d892482

Please sign in to comment.