changeset 101:4281729fa17c

enable exceptions in fltk (by Andreas Roever)
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 06 Jan 2008 00:08:30 +0100
parents 69ff407b24fc
children 1cb80b39f3cd
files build_mingw_cross_env.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/build_mingw_cross_env.sh	Thu Jan 03 18:40:52 2008 +0100
+++ b/build_mingw_cross_env.sh	Sun Jan 06 00:08:30 2008 +0100
@@ -51,6 +51,7 @@
 #
 #   (c)  Volker Grabsch <vog@notjusthosting.com>
 #        Rocco Rutte <pdmef@gmx.net>
+#        Andreas Roever <roever@users.sf.net>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining
 #   a copy of this software and associated documentation files (the
@@ -1754,6 +1755,7 @@
         --prefix="$PREFIX/$TARGET" \
         --enable-threads \
         LIBS="-lws2_32"
+    $SED 's,-fno-exceptions,,' makeinclude        
     $MAKE install DIRS=src
     cd "$SOURCE"
     rm -rfv "fltk-$VERSION_fltk"