Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add ft2build.h for pango, dev release 1.443_2
  • Loading branch information
FROGGS committed Apr 24, 2014
1 parent f033aee commit a80e5cd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes
Expand Up @@ -5,6 +5,10 @@ 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.443_2 Wed Apr 24 2014
- let SDL_Pango.h include ft2build.h, because even when the header file ifdef's out some
code that needs it, the source file does not and thus explodes happily. [FROGGS]

1.443_1 Wed Apr 23 2014
- add PIC flags to CFLAGS when the compiler can handle it, this is meant to fix
an issue on freebsd [FROGGS]
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -41,6 +41,7 @@ patches/SDL_Pango-0.1.2-API-adds.2.patch
patches/SDL_Pango-0.1.2-config-tools.1.patch
patches/SDL_Pango-0.1.2-config-tools.2.patch
patches/SDL_Pango-0.1.2-config-tools.3.patch
patches/SDL_Pango-0.1.2-include-ft2build.h.patch
patches/test1.patch
patches/zlib-1.2.5-bsd-ldconfig.patch
README
Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -2,7 +2,7 @@ NAME
Alien::SDL - building, finding and using SDL binaries

VERSION
Version 1.443_1
Version 1.443_2

SYNOPSIS
Alien::SDL tries (in given order) during its installation:
Expand Down
1 change: 1 addition & 0 deletions inc/My/Utility.pm
Expand Up @@ -309,6 +309,7 @@ our $source_packs = [
'SDL_Pango-0.1.2-config-tools.1.patch',
'SDL_Pango-0.1.2-config-tools.2.patch',
'SDL_Pango-0.1.2-config-tools.3.patch',
'SDL_Pango-0.1.2-include-ft2build.h.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.443_1
Version 1.443_2
=cut

our $VERSION = '1.443_1';
our $VERSION = '1.443_2';
$VERSION = eval $VERSION;

=head1 SYNOPSIS
Expand Down

0 comments on commit a80e5cd

Please sign in to comment.