Skip to content

Commit

Permalink
fix build on OS X Mavericks (missing symbol CGDirectPaletteRef)
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Sep 25, 2014
1 parent dda849c commit 4264cb9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Expand Up @@ -5,6 +5,9 @@ Versioning rule: public releases are even numbers, dev releases are odd. (same l
TODO
- check for available libs when using --with-sdl-config option

1.445_1 Thu Aug 14 2014
- fix build on OS X Mavericks (missing symbol CGDirectPaletteRef) [FROGGS]

1.444 Wed May 14 2014
- check that perl was linked against pthread and do a pthread-less build if not (OpenBSD) [FROGGS]
- add patch that replaces $^ in Makefile.in, which can be a problem for BSD's make [FROGGS]
Expand Down
1 change: 1 addition & 0 deletions inc/My/Utility.pm
Expand Up @@ -194,6 +194,7 @@ our $source_packs = [
'libsdl-1.2.15-const-xdata32.4.patch',
'SDL-1.2.15-PIC-in-CFLAGS.patch',
'SDL-1.2.15-Makefile.in-OBJECTS.patch',
'SDL-1.2.15-mavericks-cgdirectpallete.patch',
],
prereqs => {
libs => [
Expand Down
4 changes: 2 additions & 2 deletions lib/Alien/SDL.pm
Expand Up @@ -16,11 +16,11 @@ Alien::SDL - building, finding and using SDL binaries
=head1 VERSION
Version 1.444
Version 1.445_1
=cut

our $VERSION = '1.444';
our $VERSION = '1.445_1';
$VERSION = eval $VERSION;

=head1 SYNOPSIS
Expand Down

0 comments on commit 4264cb9

Please sign in to comment.