svn commit: r558152 - head/math/openlibm

Piotr Kubaj pkubaj at FreeBSD.org
Tue Dec 15 10:25:36 UTC 2020


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' \


More information about the svn-ports-all mailing list