Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 165192 Details for
Bug 237389
net-mic/tightvnc doesn't handle optional java components correctly
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to Makefile to build java correctly.
tightvnc-1.3.9-java-build.patch (text/plain), 474 bytes, created by
Alistair Bush (RETIRED)
on 2008-09-11 10:31:03 UTC
(
hide
)
Description:
Patch to Makefile to build java correctly.
Filename:
MIME Type:
Creator:
Alistair Bush (RETIRED)
Created:
2008-09-11 10:31:03 UTC
Size:
474 bytes
patch
obsolete
>--- 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)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 237389
: 165192 |
165193