diff options
Diffstat (limited to 'devel/omniORB/files/patch-al')
-rw-r--r-- | devel/omniORB/files/patch-al | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/omniORB/files/patch-al b/devel/omniORB/files/patch-al new file mode 100644 index 000000000000..81ba9fce3488 --- /dev/null +++ b/devel/omniORB/files/patch-al @@ -0,0 +1,11 @@ +--- tool/omniidl/cxx/dir.mk.orig Thu Jul 13 17:25:54 2000 ++++ tool/omniidl/cxx/dir.mk Thu Sep 14 11:50:03 2000 +@@ -254,7 +254,7 @@ + $(RM) $@; \ + $(CXXLINK) $(CXXLINKOPTIONS) -shared -o $@ -Wl,-soname,$(soname) \ + $(IMPORT_LIBRARY_FLAGS) \ +- $(filter-out $(LibSuffixPattern),$^) $(LIBS)\ ++ $(filter-out $(LibSuffixPattern),$^) $(LIBS) -lgcc\ + ) + + export:: $(lib) |