Skip to content

Commit

Permalink
biology/trimadap: drop GCC requirement on powerpc64le
Browse files Browse the repository at this point in the history
Not necessary on 13.2-RELEASE and up.
  • Loading branch information
pkubaj committed Aug 3, 2023
1 parent c86244f commit 1486ac9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions biology/trimadap/Makefile
@@ -1,6 +1,7 @@
PORTNAME= trimadap
DISTVERSION= 0.1-3
DISTVERSIONSUFFIX= -gddfef21
PORTREVISION= 1
CATEGORIES= biology

MAINTAINER= jwb@FreeBSD.org
Expand All @@ -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
Expand Down

0 comments on commit 1486ac9

Please sign in to comment.