diff options
-rw-r--r-- | curl/curl-7.12.2.patch | 2 | ||||
-rw-r--r-- | hunspell/makefile.mk | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/curl/curl-7.12.2.patch b/curl/curl-7.12.2.patch index 5ce8aa60c190..f176d1b7cfb3 100644 --- a/curl/curl-7.12.2.patch +++ b/curl/curl-7.12.2.patch @@ -142,7 +142,7 @@ +
+libcurl.dll: libcurl.a
+ $(RM) $@
-+ dllar -omf -libflags "INITINSTANCE TERMINSTANCE" -libdata "MULTIPLE" libcurl.a -lz -Zmap -Zno-fork -Zhigh-mem -Zbin-files
++ dllar -omf -libflags "INITINSTANCE TERMINSTANCE" -libdata "MULTIPLE" libcurl.a -lz -lgcc_eh -Zmap -Zno-fork -Zhigh-mem -Zbin-files
+
+# remove the last line above to keep debug info
+
diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk index a41aeca3b84b..57259392cf01 100644 --- a/hunspell/makefile.mk +++ b/hunspell/makefile.mk @@ -89,6 +89,9 @@ BUILD_ACTION=cd src/hunspell && dmake .ENDIF .ENDIF # "$(GUI)"=="WNT" +.IF "$(GUI)"=="OS2" +BUILD_ACTION=cd src/hunspell && dmake +.ENDIF # "$(GUI)"=="OS2" OUT2INC= \ $(BUILD_DIR)$/src$/hunspell$/*.hxx |