Skip to content
Snippets Groups Projects
Commit 1486ac92 authored by Piotr Kubaj's avatar Piotr Kubaj
Browse files

biology/trimadap: drop GCC requirement on powerpc64le

Not necessary on 13.2-RELEASE and up.
parent c86244ff
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment