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:
parent
5a21690f3e
commit
3c9b961277
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122770
13
security/beecrypt/files/patch-configure
Normal file
13
security/beecrypt/files/patch-configure
Normal 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;}
|
Loading…
Reference in New Issue
Block a user