diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-04-21 10:18:57 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-04-21 10:18:57 +0800 |
commit | 0489240fa15464f7a6f09902319ab2042b8ae1b7 (patch) | |
tree | 296ce5718e0b7b83ed523ec50b956ffb219e1a76 /games/torcs | |
parent | e5c57a0eb1b7d63e371346582111697290d315f8 (diff) | |
download | freebsd-ports-gnome-0489240fa15464f7a6f09902319ab2042b8ae1b7.tar.gz freebsd-ports-gnome-0489240fa15464f7a6f09902319ab2042b8ae1b7.tar.zst freebsd-ports-gnome-0489240fa15464f7a6f09902319ab2042b8ae1b7.zip |
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
Diffstat (limited to 'games/torcs')
-rw-r--r-- | games/torcs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/torcs/Makefile b/games/torcs/Makefile index ca9cc23458fd..14bee4aa5c28 100644 --- a/games/torcs/Makefile +++ b/games/torcs/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ 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 \ |