Skip to content

Commit

Permalink
net/bredbandskollen: remove EXTRA_PATCHES for powerpc*
Browse files Browse the repository at this point in the history
Now builds without it.
  • Loading branch information
pkubaj committed Apr 25, 2022
1 parent a2d5ef7 commit eb9fbff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
8 changes: 1 addition & 7 deletions net/bredbandskollen/Makefile
Expand Up @@ -25,12 +25,6 @@ OPTIONS_DEFINE= GNUTLS
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
GNUTLS_MAKE_ARGS= GNUTLS=1

.include <bsd.port.pre.mk>

.if ${ARCH:Mpowerpc*}
EXTRA_PATCHES= ${FILESDIR}/extra-src_framework_socketreceiver.h
.endif

post-patch:
${REINPLACE_CMD} -e 's/CXX = c++/CXX ?= c++/g' \
${WRKSRC}/src/framework/mk.inc
Expand All @@ -39,4 +33,4 @@ do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/cli ${STAGEDIR}/${PREFIX}/bin/bbk_cli
${LN} -sf bbk_cli ${STAGEDIR}/${PREFIX}/bin/bredbandskollen

.include <bsd.port.post.mk>
.include <bsd.port.mk>
12 changes: 0 additions & 12 deletions net/bredbandskollen/files/extra-src_framework_socketreceiver.h

This file was deleted.

0 comments on commit eb9fbff

Please sign in to comment.