pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: www/seamonkey PLIST errors
On Sun, Jun 17, 2018 at 01:58:04PM +0530, Mayuresh wrote:
> This is on pkgsrc-current on armv7, but not sure whether arm specific.
it is!
> /usr/pkgsrc/www/seamonkey/work/.destdir/usr/pkg/lib/seamonkey/libmozavcodec.so
> ERROR:
> /usr/pkgsrc/www/seamonkey/work/.destdir/usr/pkg/lib/seamonkey/libmozavutil.so
> *** Error code 1
Compare to www/firefox and see that the PLIST entries are marked as specivic
to avx86 support:
lib/firefox/liblgpllibs.so
${PLIST.avx86}lib/firefox/libmozavcodec.so
${PLIST.avx86}lib/firefox/libmozavutil.so
lib/firefox/libmozgtk.so
and:
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
PLIST.avx86= yes # see media/libav/README_MOZILLA: only used on x86
.endif
Martin
Home |
Main Index |
Thread Index |
Old Index