summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2013-10-23 18:27:11 +0000
committerTom Wijsman <tomwij@gentoo.org>2013-10-23 18:27:11 +0000
commitbd660d27311d95c781654272f612622fb3e126bc (patch)
tree906b2acc0409daf2c0cad5de2be71273c10120e2 /dev-java/jnr-unixsocket
parentFix compilation by rewriting the classpath. (diff)
downloadgentoo-2-bd660d27311d95c781654272f612622fb3e126bc.tar.gz
gentoo-2-bd660d27311d95c781654272f612622fb3e126bc.tar.bz2
gentoo-2-bd660d27311d95c781654272f612622fb3e126bc.zip
Fix compilation by rewriting the classpath.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-java/jnr-unixsocket')
-rw-r--r--dev-java/jnr-unixsocket/ChangeLog5
-rw-r--r--dev-java/jnr-unixsocket/jnr-unixsocket-0.3.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-java/jnr-unixsocket/ChangeLog b/dev-java/jnr-unixsocket/ChangeLog
index f99dd513f989..b25e975aa81e 100644
--- a/dev-java/jnr-unixsocket/ChangeLog
+++ b/dev-java/jnr-unixsocket/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/jnr-unixsocket
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-unixsocket/ChangeLog,v 1.1 2013/06/06 10:39:05 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-unixsocket/ChangeLog,v 1.2 2013/10/23 18:27:11 tomwij Exp $
+
+ 23 Oct 2013; Tom Wijsman <TomWij@gentoo.org> jnr-unixsocket-0.3.ebuild:
+ Fix compilation by rewriting the classpath.
*jnr-unixsocket-0.3 (06 Jun 2013)
diff --git a/dev-java/jnr-unixsocket/jnr-unixsocket-0.3.ebuild b/dev-java/jnr-unixsocket/jnr-unixsocket-0.3.ebuild
index 3a98bd5b214a..98098970a2d2 100644
--- a/dev-java/jnr-unixsocket/jnr-unixsocket-0.3.ebuild
+++ b/dev-java/jnr-unixsocket/jnr-unixsocket-0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-unixsocket/jnr-unixsocket-0.3.ebuild,v 1.1 2013/06/06 10:39:05 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-unixsocket/jnr-unixsocket-0.3.ebuild,v 1.2 2013/10/23 18:27:11 tomwij Exp $
EAPI="5"
@@ -30,6 +30,7 @@ java_prepare() {
cp "${FILESDIR}"/${P}-build.xml build.xml || die
}
+JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="jnr-constants,jnr-enxio,jnr-ffi-0.7"
src_install() {