git: 1486ac924642 - main - biology/trimadap: drop GCC requirement on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Aug 2023 10:42:17 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=1486ac92464205c5d73778e57ef6b0793314cf60 commit 1486ac92464205c5d73778e57ef6b0793314cf60 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-03 10:40:03 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-03 10:40:03 +0000 biology/trimadap: drop GCC requirement on powerpc64le Not necessary on 13.2-RELEASE and up. --- biology/trimadap/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/biology/trimadap/Makefile b/biology/trimadap/Makefile index 6f5a87f07a84..800b2a18d6fe 100644 --- a/biology/trimadap/Makefile +++ b/biology/trimadap/Makefile @@ -1,6 +1,7 @@ PORTNAME= trimadap DISTVERSION= 0.1-3 DISTVERSIONSUFFIX= -gddfef21 +PORTREVISION= 1 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org @@ -18,13 +19,7 @@ GH_ACCOUNT= lh3 PLIST_FILES= bin/trimadap-mt CFLAGS_i386= -msse2 - -.include <bsd.port.options.mk> - -.if ${ARCH} == powerpc64le -CFLAGS+= -DNO_WARN_X86_INTRINSICS -USES= compiler:gcc-c++11-lib -.endif +CFLAGS_powerpc64le= -DNO_WARN_X86_INTRINSICS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/trimadap-mt ${STAGEDIR}${PREFIX}/bin