Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2014 09:16:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193197] New: games/minetest 0.4.10 cannot build
Message-ID:  <bug-193197-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193197

            Bug ID: 193197
           Summary: games/minetest 0.4.10 cannot build
           Product: Ports Tree
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: Normal
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: monwarez@mailoo.org

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

-- 
You are receiving this mail because:
You are the assignee for the bug.



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