We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 192

Summary: [patch] "sdl-config --static-libs" broken on Mac OS X
Product: SDL Reporter: Max Horn <max>
Component: buildAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 1.2   
Hardware: PowerPC   
OS: Mac OS X (All)   
Attachments: Fix for configure.in

Description Max Horn 2006-04-01 21:36:53 UTC
The change made to sdl-config.in on March 18 (rev 11, see http://www.libsdl.org/cgi/cvsweb.cgi/SDL12/sdl-config.in), broke static linking under Mac OS X for unix style build systems. In other words, "sdl-config --static-libs" no longer produces the correct output, as it is missing the required -framework switches.

The attached patch fixes this.
Comment 1 Max Horn 2006-04-01 21:37:29 UTC
Created attachment 100 [details]
Fix for configure.in
Comment 2 Sam Lantinga 2006-04-13 09:28:54 UTC
This patch is in CVS, thanks!