diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-18 22:41:42 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-18 22:41:42 +0000 |
commit | 5f6e7f6949fe1fba17b53a04af5b465f19b9b17d (patch) | |
tree | 336b116c7090225344e575c81b023f12aef39c5b /editors/openoffice-3-devel/files/patch-sablot::Sablot-0.52.patch | |
parent | af1eec56218a64bea83d8c6cfece36139f7618e0 (diff) |
Notes
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-sablot::Sablot-0.52.patch')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-sablot::Sablot-0.52.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/editors/openoffice-3-devel/files/patch-sablot::Sablot-0.52.patch b/editors/openoffice-3-devel/files/patch-sablot::Sablot-0.52.patch deleted file mode 100644 index 3b44b26ac6c7..000000000000 --- a/editors/openoffice-3-devel/files/patch-sablot::Sablot-0.52.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- ../sablot/Sablot-0.52.patch.orig Mon Oct 29 19:18:40 2001 -+++ ../sablot/Sablot-0.52.patch Tue Mar 5 18:16:07 2002 -@@ -3,7 +3,7 @@ - *************** - *** 1 **** - ! dummy ----- 1,147 ---- -+--- 1,157 ---- - ! #************************************************************************* - ! # - ! # $RCSfile: makefile.mk,v $ -@@ -85,12 +85,22 @@ - ! 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" -+! .IF "$(OS)"=="FREEBSD" -+! CFLAGS+= -DHAVE_SYS_TIME_H -+! .ELSE -+! CFLAGS+= -DHAVE_SYS_TIMEB_H -+! .ENDIF -+! CFLAGS+= -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 |