Opened 19 years ago

Closed 19 years ago

Last modified 8 years ago

#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)

portfile.patch (954 bytes) - added by benwill@… 19 years ago.
Portfile patch
patch-mkspecs-qplatformdefs.h (373 bytes) - added by benwill@… 19 years ago.
necessary patch file to go with above portfile changes
patch-src-kernel-qaccessible_mac.cpp (278 bytes) - added by benwill@… 19 years ago.
necessary patch file to go with above portfile changes

Download all attachments as: .zip

Change History (8)

Changed 19 years ago by benwill@…

Attachment: portfile.patch added

Portfile patch

Changed 19 years ago by benwill@…

necessary patch file to go with above portfile changes

Changed 19 years ago by benwill@…

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
+}
Last edited 8 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

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!

comment:5 Changed 19 years ago by olegb@…

Resolution: fixed
Status: newclosed

commited, thanks

Note: See TracTickets for help on using tickets.