summaryrefslogtreecommitdiff
path: root/java/jmp/files/patch-configure
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-05-15 16:34:36 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-05-15 16:34:36 +0000
commit666153e3b36735345aee68e0777efc0ea3d38a50 (patch)
tree65eee602f863ab9328df65e00e08ea89a87c36d3 /java/jmp/files/patch-configure
parent* Update to exim-4.20, featuring host of minor bugfixes and some feature (diff)
. Add the java/jmp port.
JMP is a profiler for java that can be used to trace objects usage and method timings. JMP uses the JVMPI interface to gather statistics and interact with the JVM. JMP uses a GTK+ interface to show the status. PR: 47151, 48474, 50325 Submitted by: Ronald Klop <ronald@cs.vu.nl>
Notes
Notes: svn path=/head/; revision=81043
Diffstat (limited to 'java/jmp/files/patch-configure')
-rw-r--r--java/jmp/files/patch-configure12
1 files changed, 12 insertions, 0 deletions
diff --git a/java/jmp/files/patch-configure b/java/jmp/files/patch-configure
new file mode 100644
index 000000000000..1e1a32c90f62
--- /dev/null
+++ b/java/jmp/files/patch-configure
@@ -0,0 +1,12 @@
+$FreeBSD$
+
+--- configure.orig Fri Feb 28 08:28:00 2003
++++ configure Fri Feb 28 08:28:31 2003
+@@ -11241,6 +11241,7 @@
+
+
+ case $target_os in
++ freebsd*) java_os=freebsd;;
+ linux*) java_os=linux;;
+ solaris*) java_os=solaris;;
+ cygwin*) java_os=win32;;