Skip to content

Commit

Permalink
Try to quickly unbreak two of my ports against Clang 15
Browse files Browse the repository at this point in the history
Reported by:	pkg-fallout
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Feb 15, 2023
1 parent d39a4b8 commit 719f09f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lang/gnu-apl/Makefile
Expand Up @@ -19,6 +19,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3

USES= compiler:c++11-lang gmake libtool localbase
GNU_CONFIGURE= yes
CONFIGURE_ENV= CXX_WERROR=no
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip

Expand Down
3 changes: 3 additions & 0 deletions sysutils/bsdfan/Makefile
Expand Up @@ -20,6 +20,9 @@ GH_TAGNAME= d8428a7
PLIST_FILES= bin/bsdfan man/man1/bsdfan.1.gz \
@sample\ etc/bsdfan.conf.sample

post-patch:
@${REINPLACE_CMD} -e 's,getTemp(,&void,' ${WRKSRC}/system.c

post-install:
${INSTALL_DATA} ${WRKSRC}/bsdfan.conf \
${STAGEDIR}${PREFIX}/etc/bsdfan.conf.sample
Expand Down

0 comments on commit 719f09f

Please sign in to comment.