summaryrefslogtreecommitdiff
path: root/devel/omniORB/files/patch-al
diff options
context:
space:
mode:
authorEric J.Chet <ejc@FreeBSD.org>2000-09-18 19:01:19 +0000
committerEric J.Chet <ejc@FreeBSD.org>2000-09-18 19:01:19 +0000
commitce0c25e44c242ac7d8543ffd396db02dfa493314 (patch)
tree28ffea95325788b764fe4643d81b7df2a02401a9 /devel/omniORB/files/patch-al
parentAdd KnowledgeKit, a Zope product that manages knowledge bases and FAQs. (diff)
It helps when you "cvs add" the new patches, oops.
Notes
Notes: svn path=/head/; revision=32820
Diffstat (limited to '')
-rw-r--r--devel/omniORB/files/patch-al11
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)