pkgsrc-Bugs archive

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

Re: pkg/43082: gstreamer __uint128_t division on DragonFly x86_64 gcc 4.1.2 undefined reference to __udivti3



The following reply was made to PR pkg/43082; it has been noted by GNATS.

From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/43082: gstreamer __uint128_t division on DragonFly x86_64 gcc
 4.1.2 undefined reference to __udivti3
Date: Sun, 28 Nov 2010 16:26:54 +0900

 Following patch fix this problem for you?
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/multimedia/gstreamer0.10/Makefile,v
 retrieving revision 1.37
 diff -u -r1.37 Makefile
 --- Makefile    28 Nov 2010 01:25:19 -0000      1.37
 +++ Makefile    28 Nov 2010 07:24:54 -0000
 @@ -66,6 +66,12 @@
   CONFIGURE_ARGS+= --disable-check
   .endif
 
 +.include "../../mk/compiler.mk"
 +
 +.if ${MACHINE_PLATFORM:MDragonFly-*-x86_64} && ${CC_VERSION:Mgcc-4.1.2}
 +CONFIGURE_ENV+=                gst_cv_unit128_t=no
 +.endif
 +
   .include "../../devel/glib2/buildlink3.mk"
   .include "../../textproc/libxml2/buildlink3.mk"
   .include "../../mk/bsd.pkg.mk"
 
 -- 
 OBATA Akio / obache%NetBSD.org@localhost
 


Home | Main Index | Thread Index | Old Index