Skip to content

Commit

Permalink
emulators/mupen64plus-video-glide64mk2: 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 bd9d427 commit 7fc3625
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions emulators/mupen64plus-video-glide64mk2/Makefile
Expand Up @@ -6,15 +6,15 @@ COMMENT= Glide64mk2 video plugin for Mupen64Plus
LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core \
libboost_thread.so:devel/boost-libs

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

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

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

OPTIONS_DEFINE= #

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

.include "${MASTERDIR}/Makefile"

0 comments on commit 7fc3625

Please sign in to comment.