pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: x246-devel error on Solaris 10 Sparc
On Thu, Jul 10, 2008 at 02:15:55PM +0200, Daniel Vergien wrote:
> Undefined first referenced
> symbol in file
> isfinite ./.libs/libx264.so
> ld: fatal: Symbol referencing errors. No output written to .libs/x264
> collect2: ld returned 1 exit status
> gmake: *** [x264] Error 1
> *** Error code 2
Can you try the attached patch?
> After bmake clean - bmake makedistinfo - bmake install I get now the
> folowing error:
Fixed in HEAD.
Joerg
$NetBSD$
--- common/osdep.h.orig 2008-07-10 15:44:08.000000000 +0200
+++ common/osdep.h
@@ -44,7 +44,7 @@
#define X264_VERSION "" // no configure script for msvc
#endif
-#ifdef SYS_OPENBSD
+#if defined(SYS_OPENBSD) || defined(SYS_SunOS)
#define isfinite finite
#endif
#if defined(_MSC_VER) || defined(SYS_SunOS) || defined(SYS_MACOSX)
Home |
Main Index |
Thread Index |
Old Index