Skip to content

Commit

Permalink
emulators/mupen64plus-video-glide64: Fix build with llvm16
Browse files Browse the repository at this point in the history
- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jul 24, 2023
1 parent 0b6102e commit 535e95b
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions emulators/mupen64plus-video-glide64/Makefile
Expand Up @@ -6,20 +6,21 @@ COMMENT= Glide64 video plugin for Mupen64Plus

LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core

USES+= gl sdl
USES+= gl localbase:ldflags sdl
USE_CXXSTD= c++14
USE_GL= gl
USE_SDL= sdl2

MASTERDIR= ${.CURDIR}/../mupen64plus-core

OPTIONS_DEFINE= #
CFLAGS+= -I${LOCALBASE}/include/${PORTNAME}

CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME}
LDFLAGS+= -L${LOCALBASE}/lib

DISTINFO_FILE= ${.CURDIR}/distinfo
MASTERDIR= ${.CURDIR}/../mupen64plus-core
EXTRACT_AFTER_ARGS= #

BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix
WRKSRC= ${WRKDIR}

DISTINFO_FILE= ${.CURDIR}/distinfo

OPTIONS_DEFINE= #

.include "${MASTERDIR}/Makefile"

0 comments on commit 535e95b

Please sign in to comment.