Bug 19846 - Compiling Xmms hangs with old compilers
Summary: Compiling Xmms hangs with old compilers
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-07-11 10:50 UTC by Espen Skoglund
Modified: 2000-07-13 21:21 UTC (History)
0 users

See Also:


Attachments
file.diff (550 bytes, patch)
2000-07-11 10:50 UTC, Espen Skoglund
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Espen Skoglund 2000-07-11 10:50:00 UTC
This one has been solved before.  For some reason older versions of gcc
hangs when trying to compile a `.s' file.  Everything works fine when one
tries to compile the same file when it is named `.S'.  I resolved this in
Xmms back in February, but some of the Xmms team changed it back to the old
behaviour (i.e., with an `.s' sufffix) because of problems with non-gcc
Solaris compilers.

Anyone got any idea of how to solve this in a clean manner in the main Xmms
tree.  If so, I'll be happy to patch it in.

Fix: For now, the following patch to audio/xmms/Makefile does the trick.
Comment 1 Jim Mock freebsd_committer freebsd_triage 2000-07-13 21:20:42 UTC
State Changed
From-To: open->closed

Committed, thanks!