summaryrefslogtreecommitdiffstats
path: root/src/freeimage.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-03-12 11:25:36 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-03-12 11:25:36 (GMT)
commit9267c625d0216288f4ceb5274fbaf8c82b60dd08 (patch)
tree405b37e57efbaa8e27fafd5e12c4821cb9cb58a9 /src/freeimage.mk
parenta327292b95b4aac9e1d0ed2987a43db7dd62b9d0 (diff)
downloadmxe-9267c625d0216288f4ceb5274fbaf8c82b60dd08.zip
mxe-9267c625d0216288f4ceb5274fbaf8c82b60dd08.tar.gz
mxe-9267c625d0216288f4ceb5274fbaf8c82b60dd08.tar.bz2
package freeimage: add -lws2_32 to pkg-config file
Diffstat (limited to 'src/freeimage.mk')
-rw-r--r--src/freeimage.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/freeimage.mk b/src/freeimage.mk
index 6abf288..bb28879 100644
--- a/src/freeimage.mk
+++ b/src/freeimage.mk
@@ -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' \