pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/sun-jre15 Add back support for using the Linux/x8...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4460ac3887f4
branches:  trunk
changeset: 531436:4460ac3887f4
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Jul 30 14:03:18 2007 +0000

description:
Add back support for using the Linux/x86_64 version of the Sun JRE 1.5
on x86_64 platforms.  This got lost in translation when I moved this
package to the new emulator framework.  Noted by <wiz> in private email.

diffstat:

 lang/sun-jre15/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r edc190faa0a3 -r 4460ac3887f4 lang/sun-jre15/Makefile.common
--- a/lang/sun-jre15/Makefile.common    Mon Jul 30 13:58:28 2007 +0000
+++ b/lang/sun-jre15/Makefile.common    Mon Jul 30 14:03:18 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2007/07/29 05:19:31 jlam Exp $
+# $NetBSD: Makefile.common,v 1.20 2007/07/30 14:03:18 jlam Exp $
 
 CATEGORIES=    lang java
 COMMENT=       Sun's Java(tm) 2 Standard Edition, ${DOWNLOAD_NAME}
@@ -17,7 +17,7 @@
 NO_BIN_ON_CDROM=${RESTRICTED}
 NO_BIN_ON_FTP= ${RESTRICTED}
 
-EMUL_PLATFORMS=                linux-i386
+EMUL_PLATFORMS=                linux-i386 linux-x86_64
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index