Merge branch 'stable'

This commit is contained in:
Tony Theodore 2013-03-12 22:25:57 +11:00
commit 6008bd37db
1 changed files with 1 additions and 1 deletions

View File

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