pkgsrc-Bugs archive

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

Re: pkg/48587: libffi does not build on IRIX



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

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/48587: libffi does not build on IRIX
Date: Tue, 11 Feb 2014 07:28:27 +0000

 On Mon, Feb 10, 2014 at 04:45:00PM +0000, duck%shangtai.net@localhost wrote:
  > Add a patch file to include a --tag for the assembly files:
  > 
  > --8<--
  > --- Makefile.in.orig        Sun Feb  9 21:35:26 2014
  > +++ Makefile.in     Sun Feb  9 21:35:39 2014
  > @@ -240,7 +240,7 @@
  >  am__mv = mv -f
  >  CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  >     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
  > -LTCPPASCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  > +LTCPPASCOMPILE = $(LIBTOOL) --tag=AS $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  >     --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  >     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
  >  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  > --8<--
 
 
 This part conflicts with an existing patch for Makefile.am; and, since
 it's changing something that's spewed out by automake, it can't be
 fixed in Makefile.am. So I'm not immediately sure what to do about it.
 
 If libtool doesn't recognize what ends up in CCAS in Irix as an
 assembler, maybe it needs fixing?
 
 (I've committed the rest.)
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index