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 - [patch] "sdl-config --static-libs" broken on Mac OS X
Summary: [patch] "sdl-config --static-libs" broken on Mac OS X
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 1.2
Hardware: PowerPC Mac OS X (All)
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-01 21:36 UTC by Max Horn
Modified: 2006-04-13 09:28 UTC (History)
0 users

See Also:


Attachments
Fix for configure.in (1.23 KB, patch)
2006-04-01 21:37 UTC, Max Horn
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!