7705a9eefb
./../src/Glide64/rdp.cpp: In function 'void loadBlock(uint32_t*, uint32_t*, uint32_t, int, int)': ./../src/Glide64/rdp.cpp:1838: error: 'bswap32' was not declared in this scope ./../src/Glide64/rdp.cpp: In function 'void loadTile(uint32_t*, uint32_t*, int, int, int, int, uint32_t*)': ./../src/Glide64/rdp.cpp:2082: error: 'bswap32' was not declared in this scope Submitted by: pkg-fallout Approved by: portmgr blanket
24 lines
552 B
Makefile
24 lines
552 B
Makefile
# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 3
|
|
PKGNAMESUFFIX= -video-glide64mk2
|
|
|
|
COMMENT= Glide64mk2 video plugin for Mupen64Plus
|
|
|
|
LIB_DEPENDS= libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core \
|
|
libboost_thread.so:${PORTSDIR}/devel/boost-libs
|
|
|
|
BROKEN_FreeBSD_9= does not build
|
|
|
|
USE_GL= gl
|
|
USE_SDL= sdl2
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64plus-core
|
|
|
|
OPTIONS_DEFINE= #
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME}
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include "${MASTERDIR}/Makefile"
|