1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Fix build with native java.

Submitted by:	glewis
This commit is contained in:
Kirill Ponomarev 2004-11-29 21:15:29 +00:00
parent 5a21690f3e
commit 3c9b961277
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122770

View File

@ -0,0 +1,13 @@
$FreeBSD$
--- configure.orig Mon Nov 29 13:50:41 2004
+++ configure Mon Nov 29 13:52:11 2004
@@ -25861,6 +25861,8 @@
ac_cv_java_include="-I$java_include -I$java_include/osf" ;;
solaris*)
ac_cv_java_include="-I$java_include -I$java_include/solaris" ;;
+ freebsd*)
+ ac_cv_java_include="-I$java_include -I$java_include/freebsd" ;;
*)
{ echo "$as_me:$LINENO: WARNING: please add appropriate -I$java_include/<operating system> flag" >&5
echo "$as_me: WARNING: please add appropriate -I$java_include/<operating system> flag" >&2;}