From 53c240bb36169bb10ec6e5e1a6d08d30e4b60fe7 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Mon, 4 Mar 2002 21:46:59 +0000 Subject: Upgrade to 641c source, add gcc2_freebsd_intel and gcc3_freebsd_intel cpp_uno source --- .../files/patch-sablot+Sablot-0.52.patch | 41 ++++++++++++++++------ 1 file changed, 30 insertions(+), 11 deletions(-) (limited to 'editors/openoffice-1.1/files/patch-sablot+Sablot-0.52.patch') diff --git a/editors/openoffice-1.1/files/patch-sablot+Sablot-0.52.patch b/editors/openoffice-1.1/files/patch-sablot+Sablot-0.52.patch index 83fa18b6d11e..c121e1997e32 100644 --- a/editors/openoffice-1.1/files/patch-sablot+Sablot-0.52.patch +++ b/editors/openoffice-1.1/files/patch-sablot+Sablot-0.52.patch @@ -1,11 +1,30 @@ ---- ../sablot/Sablot-0.52.patch.orig Sat Mar 2 22:30:15 2002 -+++ ../sablot/Sablot-0.52.patch Sat Mar 2 22:30:42 2002 -@@ -85,7 +85,7 @@ - ! CFLAGS+= -DHAVE_IEEEFP_H - ! .ENDIF - ! --! .IF "$(OS)"=="LINUX" || "$(OS)"=="MACOSX" || "$(OS)"=="IRIX" -+! .IF "$(OS)"=="LINUX" || "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" || "$(OS)"=="IRIX" - ! CFLAGS+= -DHAVE_UNISTD_H - ! .ENDIF - ! +--- ../sablot/Sablot-0.52.patch.orig Mon Mar 4 22:04:27 2002 ++++ ../sablot/Sablot-0.52.patch Mon Mar 4 22:05:40 2002 +@@ -3,7 +3,7 @@ + *************** + *** 1 **** + ! dummy +---- 1,147 ---- ++--- 1,151 ---- + ! #************************************************************************* + ! # + ! # $RCSfile: makefile.mk,v $ +@@ -85,12 +85,17 @@ + ! CFLAGS+= -DHAVE_IEEEFP_H + ! .ENDIF + ! +-! .IF "$(OS)"=="LINUX" || "$(OS)"=="MACOSX" ++! .IF "$(OS)"=="LINUX" || "$(OS)"=="MACOSX" || "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD" + ! CFLAGS+= -DHAVE_UNISTD_H + ! .ENDIF + ! + ! .IF "$(GUI)"=="UNX" ++ ++! .IF "$(OS)"=="MACOSX" || "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD" ++! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE ++! .ELSE + ! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_FTIME -DHAVE_ISNAN -DHAVE_FINITE ++! .ENDIF + ! .ENDIF + ! + ! CFLAGS+= -I$(SOLARINCDIR)$/external$/expat -- cgit v1.2.3