summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Bush <ali_bush@gentoo.org>2008-09-11 11:14:58 +0000
committerAlistair Bush <ali_bush@gentoo.org>2008-09-11 11:14:58 +0000
commit66f2d44cea88bcff0bf0097238f78162fd0e7ff8 (patch)
tree609cf363a493f04491fe7917988b09cf13d8bada /net-misc/tightvnc/files
parentStable for HPPA (bug #225465). (diff)
downloadhistorical-66f2d44cea88bcff0bf0097238f78162fd0e7ff8.tar.gz
historical-66f2d44cea88bcff0bf0097238f78162fd0e7ff8.tar.bz2
historical-66f2d44cea88bcff0bf0097238f78162fd0e7ff8.zip
Bump tightvnc to fix java support.
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26-gentoo x86_64
Diffstat (limited to 'net-misc/tightvnc/files')
-rw-r--r--net-misc/tightvnc/files/tightvnc-1.3.9-java-build.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/net-misc/tightvnc/files/tightvnc-1.3.9-java-build.patch b/net-misc/tightvnc/files/tightvnc-1.3.9-java-build.patch
new file mode 100644
index 000000000000..8503a30c50cf
--- /dev/null
+++ b/net-misc/tightvnc/files/tightvnc-1.3.9-java-build.patch
@@ -0,0 +1,19 @@
+--- vnc_javasrc/Makefile.bak 2008-09-11 21:17:37.000000000 +1200
++++ vnc_javasrc/Makefile 2008-09-11 21:18:30.000000000 +1200
+@@ -4,7 +4,6 @@
+
+ CP = cp
+ JC = javac
+-JCFLAGS = -target 1.1
+ JAR = jar
+ ARCHIVE = VncViewer.jar
+ MANIFEST = MANIFEST.MF
+@@ -32,7 +31,7 @@
+ all: $(CLASSES) $(ARCHIVE)
+
+ $(CLASSES): $(SOURCES)
+- $(JC) $(JCFLAGS) -O $(SOURCES)
++ $(JC) $(JAVACFLAGS) -O $(SOURCES)
+
+ $(ARCHIVE): $(CLASSES) $(MANIFEST)
+ $(JAR) cfm $(ARCHIVE) $(MANIFEST) $(CLASSES)