OpenOffice 1.1 port build fails.
Norikatsu Shigemura
nork at FreeBSD.org
Thu Jan 6 06:26:02 PST 2005
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 at 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 at . But it's not critical for 4.x
builds, So I cannot commit while ports freeze.
More information about the freebsd-openoffice
mailing list