summaryrefslogtreecommitdiff
path: root/java/openjdk6
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2010-10-31 20:47:07 +0000
committerGreg Lewis <glewis@FreeBSD.org>2010-10-31 20:47:07 +0000
commit50ae212d59bf063c8b3115cbe526176bff25c453 (patch)
tree80c1db41380e6b40822d10c5bbfb8f71520b859e /java/openjdk6
parentUpdate to 0.9.3 (diff)
. Set LIBOWN and LIBGRP to the current user's uid and gid to allow building
of the plugin by non-root users.
Notes
Notes: svn path=/head/; revision=263851
Diffstat (limited to 'java/openjdk6')
-rw-r--r--java/openjdk6/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/openjdk6/Makefile b/java/openjdk6/Makefile
index 250cc63ba7cf..146ce4f70c81 100644
--- a/java/openjdk6/Makefile
+++ b/java/openjdk6/Makefile
@@ -251,6 +251,8 @@ post-build:
${MAKE} -f ${FILESDIR}/Makefile.plugin depend all install \
DEBUG_FLAGS="${ICEDTEA_DEBUG_FLAGS}" \
LIBDIR=${ICEDTEADIR}/build/lib \
+ LIBOWN=${UID} \
+ LIBGRP=`${ID} -g` \
LOCALBASE=${LOCALBASE} \
JDK_UPDATE_VERSION=${PORTVERSION:S/^b//} \
PLUGIN_VERSION="OpenJDK6 ${PORTVERSION}" \