1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Unbreak by providing path to glut.h include

PR:		193550
Submitted by:	mazhe@alkumuna.eu
This commit is contained in:
Dmitry Marakasov 2014-09-11 14:40:48 +00:00
parent e101e71974
commit c6d5b93e99
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367943

View File

@ -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= #