pkgsrc-Bugs archive

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

Re: pkg/55181 (pkgsrc/www/firefox 75.0 build error on NetBSD/i386 9.0)



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

From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: pkg/55181 (pkgsrc/www/firefox 75.0 build error on NetBSD/i386 9.0)
Date: Fri, 24 Apr 2020 03:08:06 +0900

 I wrote:
 
 > - workaround for build errors on NetBSD/i386 9.0.
 > 
 > --- media/libvpx/moz.build.orig	2020-04-03 19:35:03.000000000 +0000
 > +++ media/libvpx/moz.build
 > @@ -112,6 +112,8 @@ for f in SOURCES:
 >              SOURCES[f].flags += ['-mavx']
 >          if 'avx2.c' in f:
 >              SOURCES[f].flags += ['-mavx2']
 > +        if 'mmx.c' in f:
 > +            SOURCES[f].flags += ['-mmmx']
 >  
 >  # Suppress warnings in third-party code.
 >  CFLAGS += [
 
 I've noticed debian has the similar fix:
  https://bazaar.launchpad.net/~mozillateam/firefox/firefox.bionic/revision/1354/debian/patches/bug1622013-vpx-mmx.diff
 
 (so it will be fixed in 75.0.1 anyway?)
 
 ---
 Izumi Tsutsui
 


Home | Main Index | Thread Index | Old Index