mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Fix build with GCC 4.x
- Bump PORTREVISION PR: 116933 Reported by: nrgmilk__ at_gmail.com
This commit is contained in:
parent
b77aa287da
commit
7e9d26c875
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201529
@ -106,6 +106,7 @@ post-configure:
|
||||
|
||||
.for f in ${FIXFILES}
|
||||
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/${f}
|
||||
@${REINPLACE_CMD} -e 's|(GLvoid)|(void)|' ${WRKSRC}/${f}
|
||||
.endfor
|
||||
|
||||
.if ${PKGNAMESUFFIX} != "-base"
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= mupen64
|
||||
PORTVERSION= 0.4.1
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
PKGNAMESUFFIX= -gln64
|
||||
|
||||
COMMENT= The glN64 graphics plugin for Mupen64
|
||||
@ -15,7 +15,7 @@ COMMENT= The glN64 graphics plugin for Mupen64
|
||||
USE_GL= yes
|
||||
USE_SDL= sdl
|
||||
|
||||
FIXFILES= glN64/DepthBuffer.cpp
|
||||
FIXFILES= glN64/DepthBuffer.cpp glN64/glATI.h
|
||||
|
||||
PLUGIN_NAME= glN64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user