Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2020 08:46:55 +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: r549565 - head/devel/raylib
Message-ID:  <202009220846.08M8ktSd042533@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Sep 22 08:46:54 2020
New Revision: 549565
URL: https://svnweb.freebsd.org/changeset/ports/549565

Log:
  devel/raylib: remove gcc dependency on clang systems
  
  clang can now build this port.

Modified:
  head/devel/raylib/Makefile

Modified: head/devel/raylib/Makefile
==============================================================================
--- head/devel/raylib/Makefile	Tue Sep 22 08:23:05 2020	(r549564)
+++ head/devel/raylib/Makefile	Tue Sep 22 08:46:54 2020	(r549565)
@@ -2,6 +2,7 @@
 
 PORTNAME=	raylib
 DISTVERSION=	3.0.0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	freebsd@sysctl.cz
@@ -31,14 +32,8 @@ PLIST_FILES=	include/raylib.h \
 		lib/libraylib.so.301 \
 		libdata/pkgconfig/raylib.pc
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH:Mpowerpc*}
-USE_GCC=	any
-.endif
-
 post-extract:
 	# Remove bundled files.
 	@${RM} -r ${WRKSRC}/src/external/glfw ${WRKSRC}/src/external/include ${WRKSRC}/src/rglfw.c
 
-.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?202009220846.08M8ktSd042533>