From 8a502cb2d43b4059a5678ee4539ca03603104107 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Fri, 2 Nov 2018 13:32:34 +0000 Subject: Remove compatibility code for FreeBSD < 11.2 from all ports. Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 --- math/opensolaris-libm/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'math/opensolaris-libm') diff --git a/math/opensolaris-libm/Makefile b/math/opensolaris-libm/Makefile index ea0ec2126985..7749ced82dfc 100644 --- a/math/opensolaris-libm/Makefile +++ b/math/opensolaris-libm/Makefile @@ -34,7 +34,6 @@ MAKE_ENV= ARCH=${ARCH} USE_ASSEMBLY_VERSIONS=yes # proper functioning. OPTIONS_DEFINE= GCC -OPTIONS_EXCLUDE_FreeBSD_10= GCC OPTIONS_EXCLUDE_DragonFly= GCC GCC_USE= GCC=yes @@ -42,10 +41,6 @@ GCC_USE= GCC=yes .include .if ${OPSYS} == FreeBSD -. if ${OSREL:R} < 11 -USE_GCC= yes -. endif - RUN_DEPENDS= ${LOCALBASE}/bin/addr2line:devel/binutils post-patch: -- cgit v1.2.3