#13347 closed defect (fixed)
frobtads: Segmentation fault when running TADS 3 game files
Reported by: | macports@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.5.2 |
Keywords: | frobtads gcc | Cc: | denis.defreyne@… |
Port: |
Description
The frobtads port, as it stands, is incapable of playing TADS 3 game files (at least on my computer).
However, there is a simple fix, which is to add the line:
configure.args CXXFLAGS=\"-fno-strict-aliasing\"
to the portfile. More details of why this is necessary can be found here: http://damnsmalllinux.org/f/topic-3-19-15772-0.html
Having manually added this line to my portfile, I can now play TADS 3 games.
I've not made the change myself, because I have no idea if it will have any side effects.
Change History (2)
comment:1 Changed 17 years ago by boeyms@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r32406.