svn commit: r500629 - head/biology/star
Jason W. Bacon
jwb at FreeBSD.org
Thu May 2 00:39:52 UTC 2019
Author: jwb
Date: Thu May 2 00:39:51 2019
New Revision: 500629
URL: https://svnweb.freebsd.org/changeset/ports/500629
Log:
biology/star: Force newer GCC on platforms with GCC 4.2 base
PR: 237700
Submitted by: pkubaj
Modified:
head/biology/star/Makefile
Modified: head/biology/star/Makefile
==============================================================================
--- head/biology/star/Makefile Thu May 2 00:34:19 2019 (r500628)
+++ head/biology/star/Makefile Thu May 2 00:39:51 2019 (r500629)
@@ -22,7 +22,14 @@ WRKSRC_SUBDIR= source
PLIST_FILES= bin/STAR
+.include <bsd.port.pre.mk>
+
+# Force newer compiler on platforms using GCC 4.2 as base
+.if ${CHOSEN_COMPILER_TYPE} == gcc
+USE_GCC= yes
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/STAR ${STAGEDIR}${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list