On 2023/09/02 12:16, Lucas Raab wrote:
> On Sat, Sep 02, 2023 at 11:30:37AM +0100, Stuart Henderson wrote:
> > On 2023/09/02 10:11, Lucas Raab wrote:
> > > Hello,
> > > 
> > > Here's a new port for a forthcoming update to devilutionX.
> > > 
> > > libmpq is a library for manipulating MPQ (MoPaQ) archives, which are
> > > used by Blizzard in most of their games (e.g., Diablo, Diablo 2,
> > > StarCraft, WarCraft 3, and World of Warcraft).
> > > 
> > > Thanks to bcallah@ for the review and updates.
> > > 
> > > Thanks,
> > > Lucas
> > 
> > maybe archivers not devel?
> 
> That makes more sense.
> 
> > 
> > : CONFIGURE_ENV =         CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include 
> > -L${LOCALBASE}/lib"
> > 
> > this gives " cc: warning: argument unused during compilation: 
> > '-L/usr/local/lib'"
> > 
> > you can avoid it by putting -L${LOCALBASE}/lib in LDFLAGS not CPPFLAGS
> > 
> Like so?

yes - oh, and please start the lib version from 0.0 - then it's OK

Reply via email to