diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
commit | f96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch) | |
tree | edb17ec2c4ea13c5acb1c7350957a249a820e28d /xtscal | |
parent | b6588aa6851fb220cedc387d21c51513ef8d67f4 (diff) |
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'xtscal')
-rw-r--r-- | xtscal/xtscal/xtscal-poodle.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/xtscal/xtscal/xtscal-poodle.patch b/xtscal/xtscal/xtscal-poodle.patch index e69de29bb2..f9a1651691 100644 --- a/xtscal/xtscal/xtscal-poodle.patch +++ b/xtscal/xtscal/xtscal-poodle.patch @@ -0,0 +1,12 @@ +diff -urN xtscal-0.5.1.orig/xtscal.in xtscal-0.5.1/xtscal.in +--- xtscal-0.5.1.orig/xtscal.in 2004-06-13 07:59:37.000000000 -0400 ++++ xtscal-0.5.1/xtscal.in 2004-09-08 20:24:10.000000000 -0400 +@@ -8,7 +8,7 @@ + case `module_id` in + "HP IPAQ H3100" | "HP IPAQ H3800" ) + ARGS="-rotate 90" ;; +- "HP IPAQ H3600" | "HP IPAQ H3700" | "HP IPAQ H3900" | *COLLIE) ++ "HP IPAQ H3600" | "HP IPAQ H3700" | "HP IPAQ H3900" | *COLLIE | *POODLE) + ARGS="-rotate 270" ;; + # H2200: works without rotation + esac |