mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Unbreak by providing path to glut.h include
PR: 193550 Submitted by: mazhe@alkumuna.eu
This commit is contained in:
parent
e101e71974
commit
c6d5b93e99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367943
@ -6,8 +6,6 @@ DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}.0${EXTRACT_SUFX}:plugi
|
||||
|
||||
COMMENT= Low-level RDP plugin for the Mupen64Plus
|
||||
|
||||
BROKEN= Fails to build
|
||||
|
||||
LIB_DEPENDS= libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core
|
||||
|
||||
USE_GL= gl glu glew
|
||||
@ -17,7 +15,7 @@ MASTERDIR= ${.CURDIR}/../mupen64plus-core
|
||||
|
||||
OPTIONS_DEFINE= #
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME}
|
||||
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/GL -I${LOCALBASE}/include/${PORTNAME}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
EXTRACT_AFTER_ARGS= #
|
||||
|
Loading…
Reference in New Issue
Block a user