Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Why is Xprint disabled in mozilla ebuild?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
hanzotutu
Apprentice
Apprentice


Joined: 10 Apr 2003
Posts: 170

PostPosted: Thu May 15, 2003 6:48 am    Post subject: Why is Xprint disabled in mozilla ebuild? Reply with quote

Code:

hanzo@April mozilla $ more mozilla-1.3-r1.ebuild
...
        einfo "Configuring Mozilla..."
        ./configure --prefix=/usr/lib/mozilla \
                --disable-pedantic \
                --disable-short-wchar \
                --disable-xprint \
                --enable-mathml \
                --without-system-nspr \
                --enable-nspr-autoconf \
                --with-system-zlib \
                --enable-xsl \
                --enable-crypto \
                --enable-extensions="${myext}" \
                --enable-optimize="-O2" \
                --with-default-mozilla-five-home=/usr/lib/mozilla \
                ${myconf} || die
...


Why's that? I need it to make my Chinese printing right.
Back to top
View user's profile Send private message
Schnacki
Tux's lil' helper
Tux's lil' helper


Joined: 19 Feb 2003
Posts: 105

PostPosted: Fri May 16, 2003 7:47 pm    Post subject: Reply with quote

I'd guess, that this is because (last time I checked) there is no xprint-package for Gentoo. I'd very much like one, but I'm not quite ready yet to think about making one.

Ciao, Jan
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum