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? : 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