Submitted By: Uwe Düffert (lfs at uwe-dueffert dot de)
Date: 2004-05-16
Initial Package Version: 1-rc4
Origin: self-created, http://www.uwe-dueffert.de/lfs/ownpatches/xine-lib-1-rc4-posix-1.patch
Upstream Status: not reported
Description: use posix tail syntax
 
diff -Naur xine-lib-1-rc4.orig/configure xine-lib-1-rc4/configure
--- xine-lib-1-rc4.orig/configure	2004-05-16 14:28:35.445310080 +0000
+++ xine-lib-1-rc4/configure	2004-05-16 14:28:45.827731712 +0000
@@ -39933,7 +39933,7 @@
 
 
 
-XINE_BUILD_CC="`$CC -v 2>&1 | tail -1`"
+XINE_BUILD_CC="`$CC -v 2>&1 | tail -n 1`"
 XINE_BUILD_OS="`uname -s -r -m`"
 XINE_BUILD_DATE="`date \"+%a %d %b %Y %T\"`"
 
