Date: Thu, 14 Sep 2000 04:30:02 -0700 (PDT) From: Johann Visagie <wjv@cityip.co.za> To: freebsd-ports@FreeBSD.org Subject: Re: ports/21221: Update port: devel/omniORB Message-ID: <200009141130.EAA34473@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/21221; it has been noted by GNATS. From: Johann Visagie <wjv@cityip.co.za> To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/21221: Update port: devel/omniORB Date: Thu, 14 Sep 2000 13:21:12 +0200 The following diff solves the problem of the updated port not building on -CURRENT. It adds another file: patches/patch-al Thanks to Peter van Heusden <pvh@egenetics.com> for pointing out the solution to me. (Apparently it also didn't build on 4-STABLE.) -- Johann diff -ruN omniORB.as-submitted/patches/patch-al omniORB/patches/patch-al --- omniORB.as-submitted/patches/patch-al Thu Jan 1 02:00:00 1970 +++ omniORB/patches/patch-al Thu Sep 14 11:50:43 2000 @@ -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) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009141130.EAA34473>