summaryrefslogtreecommitdiff
path: root/misc/openoffice/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'misc/openoffice/patches/patch-al')
-rw-r--r--misc/openoffice/patches/patch-al25
1 files changed, 0 insertions, 25 deletions
diff --git a/misc/openoffice/patches/patch-al b/misc/openoffice/patches/patch-al
deleted file mode 100644
index be3275d3f34..00000000000
--- a/misc/openoffice/patches/patch-al
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-al,v 1.2 2004/05/03 20:56:36 mrauch Exp $
-
---- ../odk/source/bean/native/unix/makefile.mk.orig 2004-04-17 19:28:28.000000000 +0200
-+++ ../odk/source/bean/native/unix/makefile.mk
-@@ -36,6 +36,20 @@ SHL1STDLIBS+=-lzip -lawt
- SHL1STDLIBS+=-lstdc++
- .ENDIF
-
-+.IF "$(OS)" == "NETBSD" || "$(OS)" == "FREEBSD"
-+.IF "$(SOLAR_JAVA)" != ""
-+.IF "$(JAVANUMVER)" < "000100040000"
-+SHL1STDLIBS+=-ljvm
-+.ENDIF
-+.ENDIF
-+.ENDIF
-+
-+.IF "$(OS)" == "NETBSD"
-+#We might run a jdk under emulation.
-+#This is fine for building, but gives a false alarm here.
-+SHL1NOCHECK=TRUE
-+.ENDIF
-+
- NO_SHL1DESCRIPTION=TRUE
-
- # --- Targets ------------------------------------------------------