Mageia Bugzilla – Attachment 3502 Details for
Bug 9003
libmatthew-java won't compile on non english locale systems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
This patch fixes compilation issue on non-english systems
javadoc-locale.patch (text/plain), 487 bytes, created by
Atilla ÖNTAŞ
on 2013-02-08 21:14:41 CET
(
hide
)
Description:
This patch fixes compilation issue on non-english systems
Filename:
MIME Type:
Creator:
Atilla ÖNTAŞ
Created:
2013-02-08 21:14:41 CET
Size:
487 bytes
patch
obsolete
>diff -Naur a/Makefile b/Makefile >--- a/Makefile 2011-01-23 19:09:41.000000000 +0200 >+++ b/Makefile 2013-02-08 21:48:36.736223848 +0200 >@@ -13,7 +13,7 @@ > JVERCFLAGS+=-source 1.5 > JCFLAGS+= > INCLUDES+=-I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux >-JAVADOCFLAGS?=-quiet -author -link http://java.sun.com/j2se/1.4.2/docs/api/ >+JAVADOCFLAGS?=-locale en_US -quiet -author -link http://java.sun.com/j2se/1.4.2/docs/api/ > > LDVER?=$(shell ld -v | cut -d' ' -f1) > UNAME?=$(shell uname -s)
diff -Naur a/Makefile b/Makefile --- a/Makefile 2011-01-23 19:09:41.000000000 +0200 +++ b/Makefile 2013-02-08 21:48:36.736223848 +0200 @@ -13,7 +13,7 @@ JVERCFLAGS+=-source 1.5 JCFLAGS+= INCLUDES+=-I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux -JAVADOCFLAGS?=-quiet -author -link http://java.sun.com/j2se/1.4.2/docs/api/ +JAVADOCFLAGS?=-locale en_US -quiet -author -link http://java.sun.com/j2se/1.4.2/docs/api/ LDVER?=$(shell ld -v | cut -d' ' -f1) UNAME?=$(shell uname -s)
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 9003
: 3502