pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libretro-citra: require gcc7, add back boost, remove unused variable



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Tue Jun 5 18:56:12 2018 +0100
Changeset:	b9a4a707e599ec7c8553ad499f6b6816de02e0b0

Modified Files:
	libretro-citra/Makefile

Log Message:
libretro-citra: require gcc7, add back boost, remove unused variable

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b9a4a707e599ec7c8553ad499f6b6816de02e0b0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libretro-citra/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/libretro-citra/Makefile b/libretro-citra/Makefile
index b6cd5526d4..3b7b0dba97 100644
--- a/libretro-citra/Makefile
+++ b/libretro-citra/Makefile
@@ -75,6 +75,8 @@ USE_CMAKE=	yes
 USE_LANGUAGES=	c c++11
 USE_TOOLS+=	gmake
 
+GCC_REQD=	7.3.0
+
 CMAKE_ARGS+=	-DENABLE_SDL2=OFF
 CMAKE_ARGS+=	-DENABLE_QT=OFF
 CMAKE_ARGS+=	-DENABLE_LIBRETRO=ON
@@ -83,7 +85,6 @@ CMAKE_ARGS+=	-DENABLE_WEB_SERVICE=OFF
 # error: unrecognized command line option '-msha'
 CMAKE_ARGS+=	-DCRYPTOPP_DISABLE_ASM=ON
 
-CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE="Release"
 CMAKE_ARGS+=	--target citra_libretro
 
 INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
@@ -118,6 +119,8 @@ do-install:
 	${INSTALL_LIB} ${WRKSRC}/src/citra_libretro/citra_libretro.so \
 	    ${DESTDIR}${PREFIX}/lib/libretro/citra_libretro.so
 
+.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index