Bug 19846

Summary: Compiling Xmms hangs with old compilers
Product: Ports & Packages Reporter: Espen Skoglund <esk>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!