pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libretro-citra: Attempting to fix build on NetBSD. Use c++11 compiler and disable cryptopp asm. Still does not build on NetBSD.
Module Name: pkgsrc-wip
Committed By: Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By: nee
Date: Wed Feb 28 01:09:45 2018 +0000
Changeset: e5a06103dbce2123c4e6374787e54954b3330be1
Modified Files:
libretro-citra/Makefile
Log Message:
libretro-citra: Attempting to fix build on NetBSD. Use c++11 compiler
and disable cryptopp asm. Still does not build on NetBSD.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e5a06103dbce2123c4e6374787e54954b3330be1
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 66e226ed41..38fb655f1c 100644
--- a/libretro-citra/Makefile
+++ b/libretro-citra/Makefile
@@ -72,7 +72,7 @@ SITES.${XBYAK_TAG}.tar.gz= \
WRKSRC= ${WRKDIR}/citra-${CITRA_TAG}
USE_CMAKE= yes
-USE_LANGUAGES= c c++14
+USE_LANGUAGES= c c++11
USE_TOOLS= gmake
CMAKE_ARGS+= -DENABLE_SDL2=OFF
@@ -80,6 +80,9 @@ CMAKE_ARGS+= -DENABLE_QT=OFF
CMAKE_ARGS+= -DENABLE_LIBRETRO=ON
CMAKE_ARGS+= -DENABLE_WEB_SERVICE=OFF
+# error: unrecognized command line option '-msha'
+CMAKE_ARGS+= -DCRYPTOPP_DISABLE_ASM=ON
+
INSTALLATION_DIRS+= ${PREFIX}/lib/libretro
post-extract:
Home |
Main Index |
Thread Index |
Old Index