this patch enables javac arguments -source & -target which will allow us to build with 1.5 but run with 1.4 or 1.5. building with 1.5 will be enabled in java.port.mk later. - sync patches (line numbers/-p)
13 lines
975 B
Plaintext
13 lines
975 B
Plaintext
$OpenBSD: patch-bridges_prj_build_lst,v 1.4 2006/11/09 15:18:01 kurt Exp $
|
|
--- bridges/prj/build.lst.orig.port Wed Jul 19 05:28:51 2006
|
|
+++ bridges/prj/build.lst Wed Nov 8 11:47:17 2006
|
|
@@ -19,6 +19,8 @@ br bridges\source\cpp_uno\cc50_solaris_i
|
|
br bridges\source\cpp_uno\gcc3_solaris_sparc nmake - u br_gcc3sogs br_cppuno_shared br_unotypes NULL
|
|
br bridges\source\cpp_uno\gcc3_solaris_intel nmake - u br_gcc3sogi br_cppuno_shared br_unotypes NULL
|
|
br bridges\source\cpp_uno\gcc3_netbsd_intel nmake - u br_gccni br_unotypes NULL
|
|
+br bridges\source\cpp_uno\gcc3_openbsd_intel nmake - u br_gcc3oi br_cppuno_shared br_unotypes NULL
|
|
+br bridges\source\cpp_uno\gcc3_openbsd_x86-64 nmake - u br_gcc3ox br_cppuno_shared br_unotypes NULL
|
|
br bridges\source\cpp_uno\shared nmake - all br_cppuno_shared br_unotypes NULL
|
|
br bridges\source\cli_uno nmake - w,vc7 br_cli_uno br_unotypes NULL
|
|
br bridges\source\jni_uno nmake - all br_jni_uno br_unotypes NULL
|