From f96441b9faf769c9ecdd4d338b605ea3d0cc4010 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 9 Nov 2004 00:36:47 +0000 Subject: Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches. BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA --- sdlperl/Makefile.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'sdlperl') diff --git a/sdlperl/Makefile.patch b/sdlperl/Makefile.patch index e69de29bb2..ae20c08c77 100644 --- a/sdlperl/Makefile.patch +++ b/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 ' . -- cgit v1.2.3