~svn/ubuntu/raring/subversion/ppa

« back to all changes in this revision

Viewing changes to debian/patches/kaffe.patch

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-12-05 01:26:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051205012614-qom4xfypgtsqc2xq
Tags: 1.2.3dfsg1-3ubuntu1
Merge with the final Debian release of 1.2.3dfsg1-3, bringing in
fixes to the clean target, better documentation of the libdb4.3
upgrade and build fixes to work with swig1.3_1.3.27.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: Makefile.in
2
 
===================================================================
3
1
--- Makefile.in 2004-12-20 05:32:23.000000000 -0800
4
2
+++ Makefile.in 2005-01-16 22:54:22.724283258 -0800
5
3
@@ -242,6 +242,7 @@
7
5
 javahl_java_CLASSPATH=$(JAVA_CLASSPATH)
8
6
 javahl_tests_CLASSPATH=$(JAVA_CLASSPATH)
9
7
+javahl_javah_CLASSPATH=$(JDK)/jre/lib/rt.jar
10
 
 swig_java_api_CLASSPATH=$(JAVA_CLASSPATH)
11
 
 swig_java_java_CLASSPATH=$(SWIG_JAVA_DIR)/build:$(JAVA_CLASSPATH)
12
 
 swig_java_tests_CLASSPATH=$(SWIG_JAVA_DIR)/build:$(JAVA_CLASSPATH)
 
8
 
 
9
 RUBY = @RUBY@
 
10
 
 
11