pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/54012: multimedia/kodi package fails to build
>Number: 54012
>Category: pkg
>Synopsis: multimedia/kodi package fails to build
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Feb 25 12:00:01 +0000 2019
>Originator: Nikolay Hristov
>Release: NetBSD 8.0 / pkgsrc-current - 16 Feb 2019
>Organization:
>Environment:
NetBSD nbsdbsdn 8.0 NetBSD 8.0 (GENERIC) #0: Tue Jul 17 14:59:51 UTC 2018 mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC amd64
>Description:
multimedia/kodi package fails to build with message
xbmc/cores/DllLoader/exports/wrapper.c: error unknown type name '_G_va_list'
>How-To-Repeat:
try to build it
>Fix:
--- xbmc.orig/cores/DllLoader/exports/wrapper.c 2019-02-25 13:49:27.422872431 +0200
+++ xbmc/cores/DllLoader/exports/wrapper.c 2019-02-25 11:26:08.361060928 +0200
@@ -45,7 +45,7 @@
typedef off64_t __off64_t;
typedef fpos_t fpos64_t;
#define stat64 stat
-#if defined(TARGET_DARWIN) || defined(TARGET_ANDROID)
+#if defined(TARGET_DARWIN) || defined(TARGET_ANDROID) || defined(TARGET_NETBSD)
#define _G_va_list va_list
#endif
#endif
Home |
Main Index |
Thread Index |
Old Index