svn commit: r384400 - head/games/torcs
Jan Beich
jbeich at FreeBSD.org
Tue Apr 21 02:18:58 UTC 2015
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 \
More information about the svn-ports-head
mailing list