Summary: | [patch] Unbroke emulators/mupen64plus-video-z64 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Matthieu Volat <mazhe> | ||||
Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | amdmi3 | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: amdmi3 Date: Thu Sep 11 14:40:48 UTC 2014 New revision: 367943 URL: http://svnweb.freebsd.org/changeset/ports/367943 Log: - Unbreak by providing path to glut.h include PR: 193550 Submitted by: mazhe@alkumuna.eu Changes: head/emulators/mupen64plus-video-z64/Makefile |
Created attachment 147209 [details] Add ${LOCALBASE}/include/GL to include search path in CFLAGS Hi, For some reason, emulators/mupen64plus-video-z64 stopped to find glew.h path, failed to build and was marked broken. If -I${LOCALBASE}/include/GL is added to CFLAGS, it solves that problem.