summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2005-03-31 18:34:25 +0000
committerThomas Matthijs <axxo@gentoo.org>2005-03-31 18:34:25 +0000
commit6ed40f35b2331ce14cfdfe3fc68c062bbd262cc2 (patch)
tree2fc23aca57f4809c6ef6996f92370dfb474f7baf /dev-java/libgconf-java/libgconf-java-2.8.3.1.ebuild
parentFix for compilation with no GIF. (diff)
downloadgentoo-2-6ed40f35b2331ce14cfdfe3fc68c062bbd262cc2.tar.gz
gentoo-2-6ed40f35b2331ce14cfdfe3fc68c062bbd262cc2.tar.bz2
gentoo-2-6ed40f35b2331ce14cfdfe3fc68c062bbd262cc2.zip
add include paths to jni.h
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-java/libgconf-java/libgconf-java-2.8.3.1.ebuild')
-rw-r--r--dev-java/libgconf-java/libgconf-java-2.8.3.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/libgconf-java/libgconf-java-2.8.3.1.ebuild b/dev-java/libgconf-java/libgconf-java-2.8.3.1.ebuild
index 9bda0a24a319..7b7dcda7f6b2 100644
--- a/dev-java/libgconf-java/libgconf-java-2.8.3.1.ebuild
+++ b/dev-java/libgconf-java/libgconf-java-2.8.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/libgconf-java/libgconf-java-2.8.3.1.ebuild,v 1.1 2005/03/12 19:25:34 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/libgconf-java/libgconf-java-2.8.3.1.ebuild,v 1.2 2005/03/31 18:34:25 axxo Exp $
#
# WARNING: Because java-gnome is a set of bindings to native GNOME libraries,
@@ -52,7 +52,7 @@ src_compile() {
--host=${CHOST} \
--prefix=/usr \
${conf} || die "./configure failed"
- make || die
+ make INCLUDES="-I${JDK_HOME}/include -I${JDK_HOME}/include/linux/" || die
}
src_install() {