svn commit: r549565 - head/devel/raylib

Piotr Kubaj pkubaj at FreeBSD.org
Tue Sep 22 08:46:55 UTC 2020


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 at 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>


More information about the svn-ports-head mailing list