summaryrefslogtreecommitdiff
path: root/misc/openoffice2-bin
diff options
context:
space:
mode:
authormrauch <mrauch>2005-10-10 20:08:49 +0000
committermrauch <mrauch>2005-10-10 20:08:49 +0000
commitd7f176ffc21280ba74d5819416712888c42dea80 (patch)
tree5c128264fbf2cb74618b8c6ae21cfba4230e7705 /misc/openoffice2-bin
parente585672724a1ac32bdd2ff038547e2972906616f (diff)
downloadpkgsrc-d7f176ffc21280ba74d5819416712888c42dea80.tar.gz
Adding the pkgsrc library path is useful only for a native version. This can
lead to native libraries being found instead of the required emulation ones which in turn prevents startup of the program. Noted by Geert Hendrickx in private mail.
Diffstat (limited to 'misc/openoffice2-bin')
-rw-r--r--misc/openoffice2-bin/Makefile3
-rw-r--r--misc/openoffice2-bin/files/soffice7
2 files changed, 3 insertions, 7 deletions
diff --git a/misc/openoffice2-bin/Makefile b/misc/openoffice2-bin/Makefile
index 85e8f7ed040..84cfdc5aea5 100644
--- a/misc/openoffice2-bin/Makefile
+++ b/misc/openoffice2-bin/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/10/09 13:39:53 mrauch Exp $
+# $NetBSD: Makefile,v 1.2 2005/10/10 20:08:49 mrauch Exp $
PKGNAME= openoffice2-bin-2.0.0rc2
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=contrib/rc/2.0.0rc2/}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
diff --git a/misc/openoffice2-bin/files/soffice b/misc/openoffice2-bin/files/soffice
index b3ebbd0606c..a7212b438b3 100644
--- a/misc/openoffice2-bin/files/soffice
+++ b/misc/openoffice2-bin/files/soffice
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: soffice,v 1.1.1.1 2005/10/09 13:39:53 mrauch Exp $
+# $NetBSD: soffice,v 1.2 2005/10/10 20:08:49 mrauch Exp $
#
SOINST=@@PREFIX@@/openoffice.org@@OO_VER@@
@@ -20,9 +20,4 @@ fi
# default data seg size is too small for java
ulimit -d `ulimit -H -d`
-
-# Let the standard pkgsrc libraries be found by dlopen()
-LD_LIBRARY_PATH=$LD_LIBRARY_PATH:@@PREFIX@@/lib
-export LD_LIBRARY_PATH
-
exec ${SOINST}/program/soffice "$@"