Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Sep 2014 14:40:48 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367943 - head/emulators/mupen64plus-video-z64
Message-ID:  <201409111440.s8BEem5p070173@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep 11 14:40:48 2014
New Revision: 367943
URL: http://svnweb.freebsd.org/changeset/ports/367943
QAT: https://qat.redports.org/buildarchive/r367943/

Log:
  - Unbreak by providing path to glut.h include
  
  PR:		193550
  Submitted by:	mazhe@alkumuna.eu

Modified:
  head/emulators/mupen64plus-video-z64/Makefile

Modified: head/emulators/mupen64plus-video-z64/Makefile
==============================================================================
--- head/emulators/mupen64plus-video-z64/Makefile	Thu Sep 11 14:39:39 2014	(r367942)
+++ head/emulators/mupen64plus-video-z64/Makefile	Thu Sep 11 14:40:48 2014	(r367943)
@@ -6,8 +6,6 @@ DISTFILES=	${PORTNAME}${PKGNAMESUFFIX}-s
 
 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-cor
 
 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=	#



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