1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

- Always use Gcc, as this version of Raknet will probably never been fixed for

being built with clang. This fixes build where clang is the default compiler
  (${OSVERSION} >= 1000024).
- Use new Makefile header format
This commit is contained in:
Ganael LAPLANCHE 2013-07-12 08:23:54 +00:00
parent ea8e1d0aa0
commit 4a88e49103
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322821

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: RakNet
# Date created: 11 October 2005
# Whom: Andrew Baznikin <dikiy@scn.ru>
#
# Created by: Andrew Baznikin <dikiy@scn.ru>
# $FreeBSD$
#
PORTNAME= raknet
PORTVERSION= 3.9.2
@ -32,6 +28,7 @@ USE_LDCONFIG= yes
USE_DOS2UNIX= yes
DOS2UNIX_REGEX= .*\.(cpp|h|txt)
USE_GCC= 4.6+
USE_GMAKE= yes
USES= cmake
@ -45,10 +42,6 @@ USES= cmake
# have to be provided by the port to have working extensions
CMAKE_ARGS+= -DDISABLEDEPENDENCIES:BOOL=ON
.if ${CC} == "clang" || ${CXX} == "clang++"
BROKEN= does not build with clang
.endif
.include <bsd.port.pre.mk>
post-patch: