Alien-SDL

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

     - Confirm archname as 64 before using /usr/lib64 as a ld path [kthakore]

1.406  Sun June 13 2010
     - Added conditional ld path check for 64 bit libraries

1.405  Wed June 2nd 2010
     - searching more ld paths for libs [kthakore] {ticket #153}
     - removes old share dirs installs of Alien [kthakore]
     - searching for .dylib's, .so's and .bundle's on mac [FROGGS]

1.404  Thu May 13 2010
     - added new binaries for Win64 with fb/pango patch [kmx]

1.403  Sat May 01 2010
     - added Text::Patch to configure_requires [FROGGS]

1.402  Fri Apr 30 2010
     - header tests: stdio.h is only included on windows boxes [#127] [FROGGS]
     - disabling audio support on solaris in case sys/audioio.h is missing [#125] [FROGGS]
     - using Text::Patch instead of patch-command [#125] [FROGGS]
     - added another buildset for BSD's (without TTF/freetype) [#126] [FROGGS]

patches/SDL_Pango-0.1.2-config-tools.2.patch  view on Meta::CPAN

 		basic_machine=m68k-apollo
 		os=-bsd
 		;;
+	aros)
+		basic_machine=i386-pc
+		os=-aros
+		;;
 	aux)
 		basic_machine=m68k-apple
 		os=-aux
@@ -404,10 +466,26 @@
 		basic_machine=ns32k-sequent
 		os=-dynix
 		;;
+	blackfin)
+		basic_machine=bfin-unknown
+		os=-linux
+		;;
+	blackfin-*)
+		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
+		os=-linux



( run in 1.389 second using v1.01-cache-2.11-cpan-39bf76dae61 )