From 600b357a545ea5b301059a69ef26178abc97b83e Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 24 Mar 2009 01:40:23 +0000 Subject: - Add USE_GCC=3.4 as a temporary fix (port doesn't build otherwise) - Mark BROKEN on 6.x - While here, use SF macro and fix some whitespace PR: 132967 Submitted by: Ganael Laplanche (maintainer) --- devel/raknet/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'devel') diff --git a/devel/raknet/Makefile b/devel/raknet/Makefile index 7a71a58a8092..128010914b7c 100644 --- a/devel/raknet/Makefile +++ b/devel/raknet/Makefile @@ -9,8 +9,7 @@ PORTNAME= raknet PORTVERSION= 3.10 PORTREVISION= 1 CATEGORIES= devel net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= raknetjenkinsso +MASTER_SITES= SF/raknetjenkinsso DISTNAME= ${PORTNAME}-3.1 MAINTAINER= ganael.laplanche@martymac.com @@ -19,18 +18,23 @@ COMMENT= Networking API that provides reliable UDP primarily for online games USE_LDCONFIG= yes USE_FORTRAN= yes USE_AUTOTOOLS= libltdl:15 libtool:15 autoconf:262 +USE_GCC= 3.4 GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(cpp|h) OPTIONS= RAKVOICE "Build Rakvoice" off \ - AUTOPATCHER "Build autopatcher" off + AUTOPATCHER "Build autopatcher" off .include +.if ${OSVERSION} < 700000 +BROKEN= Does not compile +.endif + .if defined(WITH_RAKVOICE) CONFIGURE_ARGS+= --enable-rakvoice BUILD_DEPENDS+= ${LOCALBASE}/lib/libspeex.so:${PORTSDIR}/audio/speex -- cgit