diff options
author | Ralph Sennhauser <sera@gentoo.org> | 2012-07-06 10:55:32 +0000 |
---|---|---|
committer | Ralph Sennhauser <sera@gentoo.org> | 2012-07-06 10:55:32 +0000 |
commit | f653908812383ceb8cf4cb21ef1221c47c0e8b0f (patch) | |
tree | 99d6c317f9dceb3019b719735ebec0ecbf33bdd8 /dev-java/tijmp/tijmp-0.8.ebuild | |
parent | Version bump. #421377; Assign Sergey Popov as a maintainer. (diff) | |
download | gentoo-2-f653908812383ceb8cf4cb21ef1221c47c0e8b0f.tar.gz gentoo-2-f653908812383ceb8cf4cb21ef1221c47c0e8b0f.tar.bz2 gentoo-2-f653908812383ceb8cf4cb21ef1221c47c0e8b0f.zip |
Respect JAVACFLAGS. Fixes buiding with JAVA_PKG_STRICT. #421697
(Portage version: 2.1.11.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/tijmp/tijmp-0.8.ebuild')
-rw-r--r-- | dev-java/tijmp/tijmp-0.8.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-java/tijmp/tijmp-0.8.ebuild b/dev-java/tijmp/tijmp-0.8.ebuild index d0ff9b4a2510..36a2c57e2b6e 100644 --- a/dev-java/tijmp/tijmp-0.8.ebuild +++ b/dev-java/tijmp/tijmp-0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/tijmp/tijmp-0.8.ebuild,v 1.5 2010/05/25 21:42:13 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/tijmp/tijmp-0.8.ebuild,v 1.6 2012/07/06 10:55:32 sera Exp $ EAPI=2 @@ -21,6 +21,7 @@ DEPEND=">=virtual/jdk-1.6" java_prepare() { epatch "${FILESDIR}/${PN}-jni.h.patch" + epatch "${FILESDIR}/${P}-respect-javacflags.patch" eautoreconf } |