From owner-freebsd-ports Thu Sep 14 4:30: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5585D37B423 for ; Thu, 14 Sep 2000 04:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA34473; Thu, 14 Sep 2000 04:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 14 Sep 2000 04:30:02 -0700 (PDT) Message-Id: <200009141130.EAA34473@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Johann Visagie Subject: Re: ports/21221: Update port: devel/omniORB Reply-To: Johann Visagie Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/21221; it has been noted by GNATS. From: Johann Visagie 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 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