Skip to content

Commit

Permalink
biology/haplohseq: Fix build on FreeBSD 14
Browse files Browse the repository at this point in the history
Add -std=c++14 to override clang 16 default

Reported by:    pkg-fallout
  • Loading branch information
Jason W. Bacon authored and Jason W. Bacon committed Jul 9, 2023
1 parent 82da58b commit 3df899b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions biology/haplohseq/Makefile
@@ -1,6 +1,6 @@
PORTNAME= haplohseq
DISTVERSION= 0.1.2
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= biology

MAINTAINER= jwb@FreeBSD.org
Expand All @@ -12,14 +12,15 @@ LICENSE= MIT
LIB_DEPENDS= libboost_system.so:devel/boost-libs
RUN_DEPENDS= R-cran-optparse>0:devel/R-cran-optparse

USES= compiler:c++11-lang gmake localbase:ldflags python
USES= compiler:c++14-lang gmake localbase:ldflags python
USE_GITHUB= yes

GH_ACCOUNT= outpaddling

OPTIONS_DEFINE= EXAMPLES

MAKEFILE= makefile
CXXFLAGS+= -std=c++14
LDFLAGS+= -lpthread
MAKE_ENV= STRIP=${STRIP}

Expand Down

0 comments on commit 3df899b

Please sign in to comment.