pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

firefox 1.5 font issues on netbsd/macppc



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello David
I have experimented exactly the same fonts issues as you described here 
http://mail-index.netbsd.org/pkgsrc-users/2006/11/06/0001.html, so I will also 
share my experience and results.


The results of my our own findings are : 
- - as you stated it seems that the file ppc hacks.mk situated in www/firefox 
has not no influence on the build.

- -according to pkgsrc documentations, if you want to specify your own CFLAGS 
you should do it in /etc/mk.conf. But in this case it does not work. Why ? 
Because a level of gcc optimisation is set in www/firefox/Makefile.common (why 
here ? ).   And if you add your own CFLAGS via /etc/mk.conf, the CFLAGS set by 
this www/firefox/Makefile.common go to the end of the gcc command line when you 
compile, which means they override those from /etc/mk.conf (see man gcc )  

- -So after editing www/firefox/Makefile.common I was able to made an 
unoptimised build (-O0) of firefox-gtk1. Did not try yet with standard firefox, 
but that will be he next step.  

- - with this unoptimized build and by setting  parameter to "always use my 
fonts", the display glitches are gone ! 

Since you said even with unoptimized build, you had the display glitches, did 
you checked that -O0 applied to both gcc and g++ ? 
- From firefox, the about:buildconfig page shows you the necessary informations.

Manu

 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (NetBSD)

iD8DBQFFa0Y3XkyO3owR+dARAlnbAKDHoSPhIvBqwo8fqeXB9z2iDNK6wACfXWQa
2QUFNIroTUIyDUX4t/7xmQM=
=2UmW
-----END PGP SIGNATURE-----



Home | Main Index | Thread Index | Old Index