Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2017 15:45:46 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438179 - head/graphics/oyranos
Message-ID:  <201704101545.v3AFjkfW008762@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Apr 10 15:45:45 2017
New Revision: 438179
URL: https://svnweb.freebsd.org/changeset/ports/438179

Log:
  - Remove outdated compiler check
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/oyranos/Makefile

Modified: head/graphics/oyranos/Makefile
==============================================================================
--- head/graphics/oyranos/Makefile	Mon Apr 10 15:45:12 2017	(r438178)
+++ head/graphics/oyranos/Makefile	Mon Apr 10 15:45:45 2017	(r438179)
@@ -39,19 +39,10 @@ DOXYGEN_BUILD_DEPENDS=	${LOCALBASE}/bin/
 
 PORTDOCS=	*
 
-.include <bsd.port.pre.mk>
-
 PLIST_SUB+=	VER=${PORTVERSION}
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|lib|libdata|' \
 		${WRKSRC}/extras/CMakeLists.txt
 
-.if exists(/usr/bin/clang) && ${OSVERSION} > 901502
-CC=		/usr/bin/clang
-CXX=		/usr/bin/clang++
-.else
-USE_GCC=	yes
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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