changeset 1784:824af1f3287a

improved comment for package fltk
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 24 Apr 2011 22:22:50 +0200
parents 9fe6c0dce14b
children 8eac99c1e318
files src/fltk.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/fltk.mk	Sun Apr 24 15:46:19 2011 +0200
+++ b/src/fltk.mk	Sun Apr 24 22:22:50 2011 +0200
@@ -30,6 +30,7 @@
         --prefix='$(PREFIX)/$(TARGET)' \
         --enable-threads \
         LIBS='-lws2_32'
+    # enable exceptions, because disabling them doesn't make any sense on PCs
     $(SED) -i 's,-fno-exceptions,,' '$(1)/makeinclude'
     $(MAKE) -C '$(1)' -j '$(JOBS)' install DIRS=src LIBCOMMAND='$(TARGET)-ar cr'
 endef