pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/sun-jre7 symbolic link for native libraries is no...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a28e86a69959
branches: trunk
changeset: 621219:a28e86a69959
user: obache <obache%pkgsrc.org@localhost>
date: Sat Jul 06 01:13:48 2013 +0000
description:
symbolic link for native libraries is not required for solaris.
diffstat:
lang/sun-jre7/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a77aa775f051 -r a28e86a69959 lang/sun-jre7/Makefile
--- a/lang/sun-jre7/Makefile Sat Jul 06 01:08:47 2013 +0000
+++ b/lang/sun-jre7/Makefile Sat Jul 06 01:13:48 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2013/07/05 02:42:02 obache Exp $
+# $NetBSD: Makefile,v 1.17 2013/07/06 01:13:48 obache Exp $
# Note: Regen distinfo with PKG_OPTIONS.sun-jre7+=sun-jre-jce
# Note: Update DOWNLOAD_NAME when you update the JRE version
@@ -63,7 +63,7 @@
# Some of the binaries require libX11, so ensure that requirement is
# satisfied when the package is installed on the native OS.
#
-.if defined(EMUL_IS_NATIVE)
+.if defined(EMUL_IS_NATIVE) && ${OPSYS} != "SunOS"
. if ${X11_TYPE} == "native"
X11_LIBDIR= ${X11BASE}/lib${LIBABISUFFIX}
. if ${_OPSYS_SHLIB_TYPE} == "dylib"
Home |
Main Index |
Thread Index |
Old Index