summaryrefslogtreecommitdiffstats
path: root/src/fltk.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-02-03 20:48:46 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-02-03 20:48:46 (GMT)
commit1b6505c313336e54a8ee4de7faf20eac149acbd8 (patch)
tree6573cfa9828025575c58eda8c0c08c2eea8a9a46 /src/fltk.mk
parentb43fe868d5f5512469657b5000464ec244d44fd0 (diff)
downloadmxe-1b6505c313336e54a8ee4de7faf20eac149acbd8.zip
mxe-1b6505c313336e54a8ee4de7faf20eac149acbd8.tar.gz
mxe-1b6505c313336e54a8ee4de7faf20eac149acbd8.tar.bz2
portability fixes for MacOS X
Diffstat (limited to 'src/fltk.mk')
-rw-r--r--src/fltk.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fltk.mk b/src/fltk.mk
index 2a6dc68..2ec1a80 100644
--- a/src/fltk.mk
+++ b/src/fltk.mk
@@ -25,5 +25,5 @@ define $(PKG)_BUILD
--enable-threads \
LIBS='-lws2_32'
$(SED) 's,-fno-exceptions,,' -i '$(1)/makeinclude'
- $(MAKE) -C '$(1)' -j '$(JOBS)' install DIRS=src
+ $(MAKE) -C '$(1)' -j '$(JOBS)' install DIRS=src LIBCOMMAND='$(TARGET)-ar cr'
endef