summaryrefslogtreecommitdiff
path: root/external/neon
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-14 15:55:07 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-14 16:03:23 +0100
commitee59dff09c4f2ace54c43b597e216fce463a9a06 (patch)
tree619f82eb2867d05b390f1d228dcaf88942178957 /external/neon
parent20803bd1dac462dedb670602c1ab4489f7f590fc (diff)
neon: stop using #pragma GCC system_header
... it breaks dependency generation. Change-Id: I524f1789c32a633e8930a4e36a893ce02de66390
Diffstat (limited to 'external/neon')
-rw-r--r--external/neon/neon.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/external/neon/neon.patch b/external/neon/neon.patch
index 95d6b55024b3..de52043d3dc1 100644
--- a/external/neon/neon.patch
+++ b/external/neon/neon.patch
@@ -174,19 +174,6 @@
ctx->found = 1;
}
}
---- src/ne_locks.h 2006-01-02 12:43:19.000000000 +0100
-+++ src/ne_locks.h 2011-02-03 10:26:21.000000000 +0100
-@@ -22,6 +22,10 @@
- #ifndef NE_LOCKS_H
- #define NE_LOCKS_H
-
-+# if defined __GNUC__
-+# pragma GCC system_header
-+# endif
-+
- #include "ne_request.h" /* for ne_session + ne_request */
- #include "ne_uri.h" /* for ne_uri */
-
--- src/ne_sspi.c 2007-08-10 17:26:08.000000000 +0200
+++ src/ne_sspi.c 2011-02-03 10:26:21.000000000 +0100
@@ -206,6 +206,45 @@