git: 6498990fbe19 - main - net-mgmt/darkstat: drop GCC on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Aug 2023 14:59:03 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6498990fbe1945d10d82910397bed694813640df
commit 6498990fbe1945d10d82910397bed694813640df
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-08 09:47:30 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-08 14:58:31 +0000
net-mgmt/darkstat: drop GCC on powerpc64
---
net-mgmt/darkstat/Makefile | 6 ------
1 file changed, 6 deletions(-)
diff --git a/net-mgmt/darkstat/Makefile b/net-mgmt/darkstat/Makefile
index 45f57b6c8371..7b191587e15d 100644
--- a/net-mgmt/darkstat/Makefile
+++ b/net-mgmt/darkstat/Makefile
@@ -24,12 +24,6 @@ PORTDOCS= AUTHORS INSTALL README
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
-.if ${ARCH} == powerpc64
-USES+= compiler:gcc-c++11-lib
-.endif
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}