pkgsrc-WIP-changes archive

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

libretro-np2kai: currently only for linux



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Sat Sep 9 20:24:52 2017 +0100
Changeset:	577b3f7851d059a7e3a907be196d9ab6da0a8be4

Modified Files:
	libretro-np2kai/Makefile
Added Files:
	libretro-np2kai/TODO

Log Message:
libretro-np2kai: currently only for linux

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

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

diffstat:
 libretro-np2kai/Makefile | 2 ++
 libretro-np2kai/TODO     | 3 +++
 2 files changed, 5 insertions(+)

diffs:
diff --git a/libretro-np2kai/Makefile b/libretro-np2kai/Makefile
index e3b9913c68..7fabe5468d 100644
--- a/libretro-np2kai/Makefile
+++ b/libretro-np2kai/Makefile
@@ -17,6 +17,8 @@ MAKE_FILE=	sdl2/Makefile.libretro
 USE_TOOLS=	gmake
 USE_LANGUAGES=	c c++
 
+ONLY_FOR_PLATFORM=	Linux-*-*
+
 INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
 
 do-install:
diff --git a/libretro-np2kai/TODO b/libretro-np2kai/TODO
new file mode 100644
index 0000000000..863fa7d2b6
--- /dev/null
+++ b/libretro-np2kai/TODO
@@ -0,0 +1,3 @@
+Build fails on NetBSD, uses linux-specific headers
+
+Fixes will most likely have to be arranged with upstream


Home | Main Index | Thread Index | Old Index