source: trunk/packages/invirt-vnc-client/debian/patches/makefile-source-version.patch

Last change on this file was 1438, checked in by broder, 16 years ago

Isolate our patches to the VNC client from the upstream TightVNC
source

File size: 398 bytes
RevLine 
[1438]1Index: invirt-vnc-client/Makefile
2===================================================================
3--- invirt-vnc-client.orig/Makefile     2008-10-31 06:08:46.000000000 -0400
4+++ invirt-vnc-client/Makefile  2008-10-31 06:09:17.000000000 -0400
5@@ -4,7 +4,7 @@
6 
7 CP = cp
8 JC = javac
9-JCFLAGS = -target 1.1
10+JCFLAGS = -target 1.1 -source 1.2
11 JAR = jar
12 ARCHIVE = VncViewer.jar
13 MANIFEST = MANIFEST.MF
Note: See TracBrowser for help on using the repository browser.