summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-03-12 11:25:57 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-03-12 11:25:57 (GMT)
commit6008bd37db3a793b56bfc8af3272233fc35a9429 (patch)
tree8c471bd61f0d70c03e96964a6c85dad902ffea0a /src
parent41069a0d9e752e86e9c90f68be4b7e9846a9c155 (diff)
parent9267c625d0216288f4ceb5274fbaf8c82b60dd08 (diff)
downloadmxe-6008bd37db3a793b56bfc8af3272233fc35a9429.zip
mxe-6008bd37db3a793b56bfc8af3272233fc35a9429.tar.gz
mxe-6008bd37db3a793b56bfc8af3272233fc35a9429.tar.bz2
Merge branch 'stable'
Diffstat (limited to 'src')
-rw-r--r--src/freeimage.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/freeimage.mk b/src/freeimage.mk
index 5a97f76..8728240 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' \