pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libretro-desmume: Be explicit about MAKE_FILE and ONLY_FOR_PLATFORM
Module Name: pkgsrc-wip
Committed By: Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By: nee
Date: Sun Jun 11 10:59:58 2017 +0100
Changeset: b02375d66e6a5ab5b77500819baa467e66121c28
Modified Files:
libretro-desmume/Makefile
Log Message:
libretro-desmume: Be explicit about MAKE_FILE and ONLY_FOR_PLATFORM
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b02375d66e6a5ab5b77500819baa467e66121c28
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libretro-desmume/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diffs:
diff --git a/libretro-desmume/Makefile b/libretro-desmume/Makefile
index b116980921..5794df8ddc 100644
--- a/libretro-desmume/Makefile
+++ b/libretro-desmume/Makefile
@@ -15,10 +15,14 @@ WRKSRC= ${WRKDIR}/desmume-${GITHUB_TAG}/desmume
USE_TOOLS= gmake
+MAKE_FILE= Makefile.libretro
+
USE_LANGUAGES= c c++
.include "../../mk/bsd.fast.prefs.mk"
+ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 *-*-*arm*
+
.if !empty(MACHINE_ARCH:M*arm*)
CXXFLAGS+= -marm
BUILD_MAKE_FLAGS+= DESMUME_JIT=0
Home |
Main Index |
Thread Index |
Old Index