Skip to content

Commit

Permalink
devel/pickle: Unbreak on HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Mar 30, 2023
1 parent b6d8973 commit f331346
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions devel/pickle/Makefile
Expand Up @@ -35,6 +35,12 @@ BIN_SYMLINKS= bin/n14 \
bin/p24 \
bin/p32

.include <bsd.port.options.mk>

.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
CFLAGS+= -Wno-error=int-conversion
.endif

post-patch:
@${REINPLACE_CMD} -e \
's|^CC=|CC?=| ; \
Expand Down

0 comments on commit f331346

Please sign in to comment.