Diff freeimage-3.18.0-r10 with a freeimage-3.18.0-r11

/usr/portage/media-libs/freeimage/freeimage-3.18.0-r11.ebuild 2023-10-09 14:52:31.664368405 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
inherit edos2unix toolchain-funcs
6
inherit edos2unix toolchain-funcs flag-o-matic
7 7

  
8 8
MY_PN=FreeImage
9 9
MY_PV=${PV//.}
......
115 115

  
116 116
src_compile() {
117 117
	tc-export AR PKG_CONFIG
118

  
119
	# Uses std::auto_ptr (deprecated in c++11, removed in c++17)
120
	append-cxxflags '-std=c++14'
121

  
118 122
	foreach_make \
119 123
		CXX="$(tc-getCXX) -fPIC" \
120 124
		CC="$(tc-getCC) -fPIC" \
Thank you!