aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/sdlperl
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-04 18:51:21 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-04 18:51:21 +0200
commitd139b3181031e1e39e6a53fb5f888e7479919f3d (patch)
tree4bcfa3870fd43ac95da55062d0c61af1b918691d /recipes/obsolete/sdlperl
parentc43ee6836f50e491ee0d9a1fe47de70d793e281b (diff)
downloadopenembedded-d139b3181031e1e39e6a53fb5f888e7479919f3d.tar.gz
sdlperl : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/obsolete/sdlperl')
-rw-r--r--recipes/obsolete/sdlperl/Makefile.patch17
1 files changed, 17 insertions, 0 deletions
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 ' .