From owner-freebsd-mozilla Fri Mar 9 15: 0:52 2001 Delivered-To: freebsd-mozilla@freebsd.org Received: from khan.acc.umu.se (khan.acc.umu.se [130.239.18.139]) by hub.freebsd.org (Postfix) with ESMTP id BDBC937B718 for ; Fri, 9 Mar 2001 15:00:47 -0800 (PST) (envelope-from markush@acc.umu.se) Received: from mao.acc.umu.se (root@mao.acc.umu.se [130.239.18.154]) by khan.acc.umu.se (8.11.2/8.11.2) with ESMTP id f29N0kS02904 for ; Sat, 10 Mar 2001 00:00:46 +0100 (MET) Received: (from markush@localhost) by mao.acc.umu.se (8.9.3/8.9.3/Debian 8.9.3-21) id AAA28043 for freebsd-mozilla@freebsd.org; Sat, 10 Mar 2001 00:00:45 +0100 Date: Sat, 10 Mar 2001 00:00:45 +0100 From: Markus Holmberg To: freebsd-mozilla@freebsd.org Subject: mozilla/security/psm/server/Makefile patch Message-ID: <20010310000045.A26862@acc.umu.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3-current-20000511i Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi.. I've been following the discussion on instructions for building PSM on FreeBSD. Is there any reason that the changes necessary are not being put into the official Mozilla tree? If not, I might try to submit a few patches to make it work on FreeBSD without any manual tinkering. Is there any reason to not add the patch below to the official tree? Markus Index: Makefile =================================================================== RCS file: /cvsroot/mozilla/security/psm/server/Makefile,v retrieving revision 1.42 diff -u -r1.42 Makefile --- Makefile 2001/02/07 21:05:21 1.42 +++ Makefile 2001/03/09 22:56:00 @@ -39,7 +39,7 @@ # The following don't need a CPLUSPLUSRUNTIME defined: WINNT, HP-UX # so filter them out. ifeq (,$(filter WINNT HP-UX,$(OS_ARCH))) -ifeq ($(OS_ARCH), Linux) +ifeq (,$(filter-out Linux FreeBSD, $(OS_ARCH))) # On linux, we link with libstdc++ (we're always using egcs on linux, # right?) CPLUSPLUSRUNTIME = -L /usr/lib -lstdc++ -lm else Markus -- Markus Holmberg | Give me Unix or give me a typewriter. markush@acc.umu.se | http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message