diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2007-08-09 22:54:34 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2007-08-09 22:54:34 +0000 |
| commit | 7bd1daa3df6f946dd762e873d7bc1778137f798f (patch) | |
| tree | da1c2183faef86f3d9eac9c071969e5a8b8fb008 /java/jdk16 | |
| parent | - Update to 12.7 (diff) | |
- Set LANG environment variable to C for non-US locale users.
- Install FreeBSD-specific NSPR header file instead of default Solaris header.
Note the port revision is not updated because it does not affect most users.
Approved by: glewis (maintainer)
Diffstat (limited to 'java/jdk16')
| -rw-r--r-- | java/jdk16/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile index e8754ee9bba8..decf65ad0f6a 100644 --- a/java/jdk16/Makefile +++ b/java/jdk16/Makefile @@ -130,6 +130,7 @@ NO_CDROM= "Redistribution of pre-compiled binaries is not permitted" MAKE_ENV+= ALT_BOOTDIR="${BOOTSTRAPJDKDIR}" \ ALT_MOTIF_DIR="${X11BASE}" \ ALT_DEVTOOLS_PATH="${LOCALBASE}" \ + LANG="C" \ JAVA_HOME="" \ CLASSPATH="" \ LD_LIBRARY_PATH="" \ @@ -276,6 +277,8 @@ do-extract: post-extract: @${MV} ${WRKDIR}/share/plugin ${WRKDIR}/deploy/src/plugin/share/ + @${CP} -fp ${WRKDIR}/deploy/src/plugin/share/plugin/mozilla_headers_18/nspr/md/_freebsd.cfg \ + ${WRKDIR}/deploy/src/plugin/share/plugin/mozilla_headers_18/nspr/prcpucfg.h @${RMDIR} ${WRKDIR}/share @${MKDIR} ${WRKDIR}/hotspot/build/bsd @${CP} ${WRKDIR}/hotspot/build/solaris/Queens.class \ |
