Bug 193197 - games/minetest 0.4.10 cannot build
Summary: games/minetest 0.4.10 cannot build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-31 09:16 UTC by Thibault Payet
Modified: 2014-08-31 09:16 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thibault Payet 2014-08-31 09:16:12 UTC
when I tried to update games/minetest , I get this error:

/usr/ports/games/minetest/work/minetest-minetest-e14c4cd/src/cguittfont/irrUString.h:51:10: fatal error: 'endian.h' file not found
#include <endian.h>

I just change 
#include <endian.h> 
with
#include <sys/endian.h>

in the file: /usr/ports/games/minetest/work/minetest-minetest-e14c4cd/src/cguittfont/irrUString.h

With this correction the build of minetest works