diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2008-01-05 23:08:30 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2008-01-05 23:08:30 (GMT) |
commit | 47bc00803dff22c4f1822547c886a4e0a3a328e8 (patch) | |
tree | 799f46afde1eed50af4b99322ed62f7633c768d3 | |
parent | b42be6f957a2ad9e2b6c61d4bf8278bfc026be0c (diff) | |
download | mxe-47bc00803dff22c4f1822547c886a4e0a3a328e8.zip mxe-47bc00803dff22c4f1822547c886a4e0a3a328e8.tar.gz mxe-47bc00803dff22c4f1822547c886a4e0a3a328e8.tar.bz2 |
enable exceptions in fltk (by Andreas Roever)
-rwxr-xr-x | build_mingw_cross_env.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build_mingw_cross_env.sh b/build_mingw_cross_env.sh index e221aee..546e191 100755 --- a/build_mingw_cross_env.sh +++ b/build_mingw_cross_env.sh @@ -51,6 +51,7 @@ set -ex # # (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 @@ case "$1" in --prefix="$PREFIX/$TARGET" \ --enable-threads \ LIBS="-lws2_32" + $SED 's,-fno-exceptions,,' makeinclude $MAKE install DIRS=src cd "$SOURCE" rm -rfv "fltk-$VERSION_fltk" |