diff options
author | Simon Barner <barner@FreeBSD.org> | 2006-02-02 15:34:08 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2006-02-02 15:34:08 +0000 |
commit | 4426cff80f7eb3bc0e9a341720951e410302feac (patch) | |
tree | e8f5fa27d480ee7880d465c8dfaf3b2feb3d0d25 /java/jmp/files/patch-Makefile.am | |
parent | Update to version 1.2 (diff) |
- Update to 0.49
- From ChangeLog:
* A deadlock fixed.
* Better system thread handling.
* Tables are now sortable in both ascending and descending order
* Preferences are saved and restored.
* Better handling of MS Windows builds.
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
PR: ports/92507
Diffstat (limited to 'java/jmp/files/patch-Makefile.am')
-rw-r--r-- | java/jmp/files/patch-Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/java/jmp/files/patch-Makefile.am b/java/jmp/files/patch-Makefile.am deleted file mode 100644 index 822ac4371e2b..000000000000 --- a/java/jmp/files/patch-Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -$FreeBSD$ - ---- Makefile.am.orig Mon May 31 00:17:56 2004 -+++ Makefile.am Wed Aug 18 00:28:51 2004 -@@ -50 +50 @@ -- javac -sourcepath ${top_srcdir}/java -d . $< -+ ${JAVAC} -sourcepath ${top_srcdir}/java -d . $< -@@ -55 +55 @@ -- javah -classpath . jmp.JMPController -+ ${JAVAH} -classpath . jmp.JMPController |