Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Mar 2001 00:00:45 +0100
From:      Markus Holmberg <markush@acc.umu.se>
To:        freebsd-mozilla@freebsd.org
Subject:   mozilla/security/psm/server/Makefile patch
Message-ID:  <20010310000045.A26862@acc.umu.se>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010310000045.A26862>