Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2020 10:25:36 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558152 - head/math/openlibm
Message-ID:  <202012151025.0BFAPa2G019621@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Dec 15 10:25:36 2020
New Revision: 558152
URL: https://svnweb.freebsd.org/changeset/ports/558152

Log:
  math/openlibm: remove bad if
  
  There's no extra-patch-Make.inc in files directory.

Modified:
  head/math/openlibm/Makefile

Modified: head/math/openlibm/Makefile
==============================================================================
--- head/math/openlibm/Makefile	Tue Dec 15 10:24:57 2020	(r558151)
+++ head/math/openlibm/Makefile	Tue Dec 15 10:25:36 2020	(r558152)
@@ -43,10 +43,6 @@ MAKE_ENV_clang=	USEGCC=0 USECLANG=1
 
 TEST_TARGET=	check
 
-.if ${CHOSEN_COMPILER_TYPE} == gcc
-EXTRA_PATCHES+=		${PATCHDIR}/extra-patch-Make.inc
-.endif
-
 post-patch:
 	${REINPLACE_CMD} -e 's/USEGCC =/USEGCC ?=/g' \
 		-e 's/USECLANG =/USECLANG ?=/g' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012151025.0BFAPa2G019621>