Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jan 2005 23:26:00 +0900 (JST)
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        freebsd-openoffice@FreeBSD.org
Subject:   Re: OpenOffice 1.1 port build fails.
Message-ID:  <200501061426.j06EQ01x047332@sakura.ninth-nine.com>
In-Reply-To: <20050106.163617.730553156.chat95@mac.com>
References:  <20050104181315.GA54570@osiris.chen.org.nz> <20050104205820.GH34222@cirb503493.alcatel.com.au> <20050104214441.GA38084@cirb503493.alcatel.com.au> <20050106.163617.730553156.chat95@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help

	Myuuu...  Sorry, I should Cc: maho@ about the fix of this
	issue at yesterday.

On Thu, 06 Jan 2005 16:36:17 +0900 (JST)
NAKATA Maho <chat95@mac.com> wrote:
> o gcc32 was fixed. lofi committed a fix at 2004/11/07 18:20:57
>  http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/gcc32/Makefile.diff?r1=1.173&r2=1.174&f=h and bumped portrevesion (3.2.3_2)
>   and cleaner support of -pthread was committed by obrien at 
>   Sun Dec 19 20:03:05 2004 UTC.

	I have a patch to fix this issue.  Please apply
	following patch on /usr/ports/lang/gcc32/files.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Index: patch-gcc,config,freebsd-spec.h
===================================================================
RCS file: /home/ncvs/ports/lang/gcc32/files/patch-gcc,config,freebsd-spec.h,v
retrieving revision 1.1
diff -u -r1.1 patch-gcc,config,freebsd-spec.h
--- patch-gcc,config,freebsd-spec.h	19 Dec 2004 20:03:05 -0000	1.1
+++ patch-gcc,config,freebsd-spec.h	6 Jan 2005 13:37:20 -0000
@@ -1,9 +1,10 @@
 --- gcc/config/freebsd-spec.h.orig	Tue Mar  2 14:34:55 2004
 +++ gcc/config/freebsd-spec.h	Fri Dec 17 11:22:26 2004
-@@ -130,11 +130,19 @@
+@@ -130,11 +130,20 @@
    }"
  #else
  #if FBSD_MAJOR >= 5
++#include <sys/param.h>
 +#if __FreeBSD_version < 502102 /* upto FreeBSD 5.2.1 */
  #define FBSD_LIB_SPEC "							\
    %{!shared:								\
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	I contacted to portmgr@.  But it's not critical for 4.x
	builds,  So I cannot commit while ports freeze.



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