svn commit: r566536 - head/games/eduke32
Piotr Kubaj
pkubaj at FreeBSD.org
Thu Feb 25 14:25:51 UTC 2021
Author: pkubaj
Date: Thu Feb 25 14:25:50 2021
New Revision: 566536
URL: https://svnweb.freebsd.org/changeset/ports/566536
Log:
games/eduke32: disable LTO on 11
Not supported by base ld.bfd.
Modified:
head/games/eduke32/Makefile
Modified: head/games/eduke32/Makefile
==============================================================================
--- head/games/eduke32/Makefile Thu Feb 25 13:56:57 2021 (r566535)
+++ head/games/eduke32/Makefile Thu Feb 25 14:25:50 2021 (r566536)
@@ -78,7 +78,7 @@ FULL_PLIST_FILES= ${DATADIR}/duke3d.grp ${DATADIR}/duk
.include <bsd.port.options.mk>
-.if ${ARCH} == i386 || ${ARCH} == powerpc64
+.if (${ARCH} == i386 || ${ARCH} == powerpc64) || ${OSVERSION} < 1202000
MAKE_ARGS+= LTO=0
.endif
More information about the svn-ports-all
mailing list