openbsd-ports/archivers/innoextract
cwen 24a5f1e94e innoextract: unbreak on powerpc
The -Wl,--as-needed linker flag causes the std::unique_ptr configure
test to fail due to undefined reference errors. A fallback exists, using
std::auto_ptr, but it has been removed from the C++17 standard, used by
upstream.
Remove the use of -Wl,--as-needed on powerpc, so we use the same code on
all archs, instead of reenabling std::auto_ptr by force.

OK thfr@ (maintainer)
2020-12-15 19:38:22 +00:00
..
patches innoextract: unbreak on powerpc 2020-12-15 19:38:22 +00:00
pkg
distinfo update to innoextract 1.9; tested with GOG archives for Lands of Lore and Dead Cells 2020-09-04 05:07:08 +00:00
Makefile adjust for boost 1.70, from Brad (i think) 2020-11-05 11:23:30 +00:00