Skip to content

Commit

Permalink
biology/clustalw: Unbreak build for clang 16
Browse files Browse the repository at this point in the history
Add -std=c++14

Reported by:    pkg-fallout
  • Loading branch information
Jason W. Bacon authored and Jason W. Bacon committed Jul 15, 2023
1 parent 6bdfe8c commit 5cbb020
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion biology/clustalw/Makefile
@@ -1,6 +1,6 @@
PORTNAME= clustalw
PORTVERSION= 2.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= biology
MASTER_SITES= ftp://ftp.ebi.ac.uk/pub/software/clustalw2/${PORTVERSION}/ \
http://www.clustal.org/download/${PORTVERSION}/
Expand All @@ -13,6 +13,7 @@ LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING

GNU_CONFIGURE= yes
CXXFLAGS+= -std=c++14

PLIST_FILES= bin/clustalw bin/clustalw2

Expand Down
1 change: 1 addition & 0 deletions biology/clustalw/distinfo
@@ -1,2 +1,3 @@
TIMESTAMP = 1689463032
SHA256 (clustalw-2.1.tar.gz) = e052059b87abfd8c9e695c280bfba86a65899138c82abccd5b00478a80f49486
SIZE (clustalw-2.1.tar.gz) = 350761

0 comments on commit 5cbb020

Please sign in to comment.