freeimage pkg-config should depend on libstdc++

This commit is contained in:
Andrew Kelley 2015-02-10 12:13:12 -07:00
parent d9eb88bab4
commit abfb1d9533
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ define $(PKG)_BUILD
echo 'Version: $(freeimage_VERSION)'; \
echo 'Description: FreeImage'; \
echo 'Cflags: -DFREEIMAGE_LIB'; \
echo 'Libs: -lfreeimage -lws2_32';) \
echo 'Libs: -lfreeimage -lws2_32 -lstdc++';) \
> '$(PREFIX)/$(TARGET)/lib/pkgconfig/freeimage.pc'
'$(TARGET)-gcc' \