On 6/25/07, Martin Costabel <[EMAIL PROTECTED]> wrote: > Benjamin Reed wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Alexander Hansen wrote: > >> OS 10.4.10 > >> G4/867 single processor > >> Xcode 2.4.1 > >> Minor issue: BuildConflict: qt3 to ensure that the right qtmake is found. > >> > >> Major Issue: It seems to be trying to build for Intel on my PowerPC: > > > > More likely, it's probably trying to build universal... > > Yes, the CMakeLists.txt has explicit code to that effect, right at the > beginning. What the package needs to do is to run > > cmake -DNON_UNIVERSAL:BOOL=ON . > > instead of just cmake . > > (Maintainer CCed, hoping his email is now working.) > > -- > Martin > Worked for me. I'll go ahead and make a commit.
-- Alexander K. Hansen akh AT finkproject DOT org Fink User Liaison and Documenter ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
