From d139b3181031e1e39e6a53fb5f888e7479919f3d Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Mon, 4 Oct 2010 18:51:21 +0200 Subject: sdlperl : moved unused files to obsolete dir Signed-off-by: Frans Meulenbroeks --- recipes/obsolete/sdlperl/Makefile.patch | 17 +++++++++++++++++ recipes/sdlperl/Makefile.patch | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 recipes/obsolete/sdlperl/Makefile.patch delete mode 100644 recipes/sdlperl/Makefile.patch diff --git a/recipes/obsolete/sdlperl/Makefile.patch b/recipes/obsolete/sdlperl/Makefile.patch new file mode 100644 index 0000000000..ae20c08c77 --- /dev/null +++ b/recipes/obsolete/sdlperl/Makefile.patch @@ -0,0 +1,17 @@ +--- Makefile.linux.orig 2004-06-25 12:44:53.000000000 +0100 ++++ Makefile.linux 2004-06-25 12:45:37.000000000 +0100 +@@ -119,12 +119,12 @@ + my %options = ( + 'NAME' => 'SDL_perl', + 'VERSION_FROM' => 'lib/SDL.pm', +- 'LIBS' => [ join( " ", "$sdl_libs", ++ 'LIBS' => [ join( " ", $ENV{"LDFLAGS"}, "$sdl_libs", + map { $ext{$_}{exists} ? "-l$_" : '' } (sort keys %ext), + ) + ], + 'DEFINE' => join ( " ", @defs, map { $ext{$_}{exists} ? "-D$ext{$_}{inc}" : '' } sort keys %ext), +- 'INC' => "$inc_flags $sdl_cflags " . join(" ", map { "-I$_" } @dirs), ++ 'INC' => $ENV{"CFLAGS"} . " $inc_flags $sdl_cflags " . join(" ", map { "-I$_" } @dirs), + 'OBJECT' => ( + ($ext{SDL_image}{exists} ? 'SFont.o ' : "") . + 'SDL_perl.o ' . diff --git a/recipes/sdlperl/Makefile.patch b/recipes/sdlperl/Makefile.patch deleted file mode 100644 index ae20c08c77..0000000000 --- a/recipes/sdlperl/Makefile.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.linux.orig 2004-06-25 12:44:53.000000000 +0100 -+++ Makefile.linux 2004-06-25 12:45:37.000000000 +0100 -@@ -119,12 +119,12 @@ - my %options = ( - 'NAME' => 'SDL_perl', - 'VERSION_FROM' => 'lib/SDL.pm', -- 'LIBS' => [ join( " ", "$sdl_libs", -+ 'LIBS' => [ join( " ", $ENV{"LDFLAGS"}, "$sdl_libs", - map { $ext{$_}{exists} ? "-l$_" : '' } (sort keys %ext), - ) - ], - 'DEFINE' => join ( " ", @defs, map { $ext{$_}{exists} ? "-D$ext{$_}{inc}" : '' } sort keys %ext), -- 'INC' => "$inc_flags $sdl_cflags " . join(" ", map { "-I$_" } @dirs), -+ 'INC' => $ENV{"CFLAGS"} . " $inc_flags $sdl_cflags " . join(" ", map { "-I$_" } @dirs), - 'OBJECT' => ( - ($ext{SDL_image}{exists} ? 'SFont.o ' : "") . - 'SDL_perl.o ' . -- cgit 1.2.3-korg