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 --- camera-assistant/ca.desktop | 6 ++ camera-assistant/g++-3.4-compile-fixes.patch | 155 +++++++++++++++++++++++++++ 2 files changed, 161 insertions(+) (limited to 'camera-assistant') diff --git a/camera-assistant/ca.desktop b/camera-assistant/ca.desktop index e69de29bb2..b6ab5be56b 100644 --- a/camera-assistant/ca.desktop +++ b/camera-assistant/ca.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Comment=Camera Assistant +Exec=ca +Icon=ca/ca +Type=Application +Name=Camera Assistant diff --git a/camera-assistant/g++-3.4-compile-fixes.patch b/camera-assistant/g++-3.4-compile-fixes.patch index e69de29bb2..383d083981 100644 --- a/camera-assistant/g++-3.4-compile-fixes.patch +++ b/camera-assistant/g++-3.4-compile-fixes.patch @@ -0,0 +1,155 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- CameraAssistant/defaultconfig.h~g++-3.4-compile-fixes ++++ CameraAssistant/defaultconfig.h +@@ -2,76 +2,75 @@ + #define DEFAULTCONFIG_H + + char defaultConfig[]= +-" +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-"; ++"" ++"" ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++""; + #endif // DEFAULTCONFIG_H -- cgit v1.2.3