biology/fastx-toolkit: Unbreak build on 14-CURRENT
Remove developer warning flags, including -Werror causing build failure
This commit is contained in:
parent
4e0f740ddc
commit
d892482728
3 changed files with 13 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= fastx_toolkit
|
||||
PORTVERSION= 0.0.14
|
||||
DISTVERSION= 0.0.14
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= biology
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
|
|
|
@ -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
biology/fastx-toolkit/files/patch-configure.ac
Normal file
10
biology/fastx-toolkit/files/patch-configure.ac
Normal file
|
@ -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
|
Loading…
Reference in a new issue