pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/dolphin-emu



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jan  3 21:40:36 UTC 2019

Modified Files:
        pkgsrc/emulators/dolphin-emu: Makefile

Log Message:
dolphin-emu: don't ENABLE_EVDEV on Linux since it breaks the build


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/dolphin-emu/Makefile

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

Modified files:

Index: pkgsrc/emulators/dolphin-emu/Makefile
diff -u pkgsrc/emulators/dolphin-emu/Makefile:1.2 pkgsrc/emulators/dolphin-emu/Makefile:1.3
--- pkgsrc/emulators/dolphin-emu/Makefile:1.2   Wed Jan  2 00:30:01 2019
+++ pkgsrc/emulators/dolphin-emu/Makefile       Thu Jan  3 21:40:36 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/01/02 00:30:01 nia Exp $
+# $NetBSD: Makefile,v 1.3 2019/01/03 21:40:36 nia Exp $
 
 DISTNAME=      dolphin-emu-5.0
 PKGREVISION=   1
@@ -32,6 +32,9 @@ BROKEN_ON_PLATFORM+=  SunOS-*-*
 CMAKE_ARGS+=           -DENABLE_GENERIC=1
 .endif
 
+# "Couldn't find libevdev and/or libudev.  Can't build evdev controller backend."
+CMAKE_ARGS.Linux+=     -DENABLE_EVDEV=0
+
 BUILDLINK_TRANSFORM+=  rm:-ldl
 
 NOT_PAX_MPROTECT_SAFE+=        bin/dolphin-emu



Home | Main Index | Thread Index | Old Index