Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2015 02:18:57 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384400 - head/games/torcs
Message-ID:  <201504210218.t3L2IvgV089744@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Apr 21 02:18:57 2015
New Revision: 384400
URL: https://svnweb.freebsd.org/changeset/ports/384400

Log:
  Make DragonFly use same headers
  
  guifont.cpp:34:10: fatal error: 'endian.h' file not found
  C-api.cpp:128:11: error: 'uint' was not declared in this scope
  
  Approved by:	portmgr blanket

Modified:
  head/games/torcs/Makefile

Modified: head/games/torcs/Makefile
==============================================================================
--- head/games/torcs/Makefile	Tue Apr 21 01:49:29 2015	(r384399)
+++ head/games/torcs/Makefile	Tue Apr 21 02:18:57 2015	(r384400)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libpng.so:${PORTSDIR}/graph
 		libvorbis.so:${PORTSDIR}/audio/libvorbis
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
-USES=		cpe gmake openal:al,alut shebangfix tar:bzip2
+USES=		alias cpe gmake openal:al,alut shebangfix tar:bzip2
 CPE_VENDOR=	bernhard_wymann
 SHEBANG_FILES=	src/tools/accc/accc.in src/tools/nfsperf/nfsperf.in \
 		src/tools/texmapper/texmapper.in src/tools/nfs2ac/nfs2ac.in \



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