diff options
Diffstat (limited to 'editors/openoffice-1.0/files/patch-sablot+Sablot-0.52.patch')
-rw-r--r-- | editors/openoffice-1.0/files/patch-sablot+Sablot-0.52.patch | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/editors/openoffice-1.0/files/patch-sablot+Sablot-0.52.patch b/editors/openoffice-1.0/files/patch-sablot+Sablot-0.52.patch index 61f12e5..c3a0ffc 100644 --- a/editors/openoffice-1.0/files/patch-sablot+Sablot-0.52.patch +++ b/editors/openoffice-1.0/files/patch-sablot+Sablot-0.52.patch @@ -1,25 +1,20 @@ ---- ../sablot/Sablot-0.52.patch.orig Mon Mar 18 16:03:02 2002 -+++ ../sablot/Sablot-0.52.patch Wed Apr 3 00:52:54 2002 +--- ../sablot/Sablot-0.52.patch.orig Sun Jan 19 15:13:42 2003 ++++ ../sablot/Sablot-0.52.patch Sun Jan 19 15:15:15 2003 @@ -3,7 +3,7 @@ *************** *** 1 **** ! dummy ----- 1,151 ---- -+--- 1,156 ---- +---- 1,159 ---- ++--- 1,161 ---- ! #************************************************************************* ! # ! # $RCSfile: makefile.mk,v $ -@@ -90,8 +90,13 @@ - ! .ENDIF - ! +@@ -96,6 +96,8 @@ ! .IF "$(GUI)"=="UNX" -+! .IF "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD" ! .IF "$(OS)"=="NETBSD" ! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE -+! .ENDIF -+! .IF "$(OS)"=="FREEBSD" ++! .ELIF "$(OS)"=="FREEBSD" +! CFLAGS+= -DHAVE_SYS_TIME_H -DHAVE_GETTIMEOFDAY -DHAVE_ISNAN -DHAVE_FINITE -+! .ENDIF ! .ELSE - ! CFLAGS+= -DHAVE_SYS_TIMEB_H -DHAVE_FTIME -DHAVE_ISNAN -DHAVE_FINITE - ! .ENDIF + ! .IF "$(OS)"=="MACOSX" + ! CFLAGS+= -DHAVE_GETTIMEOFDAY -DHAVE_SYS_TIME_H -DHAVE_ISNAN -DHAVE_FINITE |