From f96441b9faf769c9ecdd4d338b605ea3d0cc4010 Mon Sep 17 00:00:00 2001
From: Chris Larson <clarson@kergoth.com>
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
---
 camsource/camsource-0.7.0/gcc34.patch | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

(limited to 'camsource')

diff --git a/camsource/camsource-0.7.0/gcc34.patch b/camsource/camsource-0.7.0/gcc34.patch
index e69de29bb2..6567bd4e9b 100644
--- a/camsource/camsource-0.7.0/gcc34.patch
+++ b/camsource/camsource-0.7.0/gcc34.patch
@@ -0,0 +1,16 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- camsource-0.7.0/src/mod_handle.c~gcc34	2002-09-27 14:54:05.000000000 -0500
++++ camsource-0.7.0/src/mod_handle.c	2004-06-15 16:50:30.000000000 -0500
+@@ -306,7 +306,7 @@
+ 				goto inuse;	/* break */
+ 		}
+ 		dlclose(dlh);
+-inuse:
++inuse:;
+ 	}
+ }
+ 
-- 
cgit v1.2.3