Date: Thu, 19 Nov 2009 19:51:25 -0800 From: Marcel Moolenaar <xcllnt@mac.com> To: gnome@freebsd.org Cc: Anton Shterenlikht <mexas@bristol.ac.uk> Subject: [PATCH] Fix security/nss for ia64 Message-ID: <390692D5-CF4E-4523-8E8F-30E479356F36@mac.com>
next in thread | raw e-mail | index | archive | help
--Boundary_(ID_KMGX8rIDnr1JKGhFkz7UrA) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT All, The attached patch fixes the build for ia64. Ok for me to commit? -- Marcel Moolenaar xcllnt@mac.com --Boundary_(ID_KMGX8rIDnr1JKGhFkz7UrA) Content-type: application/octet-stream; name=nss.diff Content-transfer-encoding: 7bit Content-disposition: attachment; filename=nss.diff Index: files/patch-..::coreconf::FreeBSD.mk =================================================================== RCS file: /home/ncvs/ports/security/nss/files/patch-..::coreconf::FreeBSD.mk,v retrieving revision 1.13 diff -u -r1.13 patch-..::coreconf::FreeBSD.mk --- files/patch-..::coreconf::FreeBSD.mk 17 Sep 2009 02:59:49 -0000 1.13 +++ files/patch-..::coreconf::FreeBSD.mk 20 Nov 2009 03:33:12 -0000 @@ -1,6 +1,6 @@ ---- ../../security/coreconf/FreeBSD.mk.orig 2008-07-12 10:28:59.000000000 -0400 -+++ ../../security/coreconf/FreeBSD.mk 2009-09-16 22:57:28.000000000 -0400 -@@ -37,16 +37,28 @@ +--- ../../security/coreconf/FreeBSD.mk.orig 2008-07-12 07:28:59.000000000 -0700 ++++ ../../security/coreconf/FreeBSD.mk 2009-11-19 19:29:23.000000000 -0800 +@@ -37,16 +37,33 @@ include $(CORE_DEPTH)/coreconf/UNIX.mk @@ -22,6 +22,10 @@ +CPU_ARCH = sparc64 +USE_64 = 1 +else ++ifeq ($(OS_TEST),ia64) ++CPU_ARCH = ia64 ++USE_64 = 1 ++else +ifeq ($(OS_TEST),amd64) +USE_64 = 1 +endif @@ -29,10 +33,11 @@ endif +endif +endif ++endif OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -@@ -60,20 +72,18 @@ ifndef CLASSIC_NSPR +@@ -60,20 +77,18 @@ USE_PTHREADS = 1 DEFINES += -D_THREAD_SAFE -D_REENTRANT OS_LIBS += -pthread @@ -58,7 +63,7 @@ ifdef MAPFILE MKSHLIB += -Wl,--version-script,$(MAPFILE) endif -@@ -82,4 +92,5 @@ PROCESS_MAP_FILE = grep -v ';-' $< | \ +@@ -82,4 +97,5 @@ G++INCLUDES = -I/usr/include/g++ --Boundary_(ID_KMGX8rIDnr1JKGhFkz7UrA)--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?390692D5-CF4E-4523-8E8F-30E479356F36>