#3571 closed defect (fixed)
UPDATE: qt3-mac
Reported by: | benwill@… | Owned by: | olegb@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | olegb@… | |
Port: |
Description
Updated portfile, patches, so that qt3-mac builds correctly with gcc4
Attachments (3)
Change History (8)
Changed 19 years ago by benwill@…
Attachment: | portfile.patch added |
---|
Changed 19 years ago by benwill@…
Attachment: | patch-mkspecs-qplatformdefs.h added |
---|
necessary patch file to go with above portfile changes
Changed 19 years ago by benwill@…
Attachment: | patch-src-kernel-qaccessible_mac.cpp added |
---|
necessary patch file to go with above portfile changes
comment:1 Changed 19 years ago by benwill@…
Owner: | changed from darwinports-bugs@… to rshaw@… |
---|
comment:2 Changed 19 years ago by benwill@…
Thanks for the feedback. Here is a well-tested fixed portfile (patches are unchanged):
--- Portfile.orig 2005-06-16 11:41:46.000000000 -0700 +++ Portfile 2005-06-21 23:07:24.000000000 -0700 @@ -78,3 +78,8 @@ } } + +platform darwin 8 { + patchfiles-append patch-mkspecs-qplatformdefs.h \ + patch-src-kernel-qaccessible_mac.cpp +}
comment:3 Changed 19 years ago by olegb@…
Cc: | olegb@… added |
---|
This works for me, Robert you mind me comming this ?
comment:4 Changed 19 years ago by rshaw@…
Owner: | changed from rshaw@… to olegb@… |
---|
Please do, I don't have the compute power to test this one right now. Commit away!
Note: See
TracTickets for help on using
tickets.
Portfile patch