summaryrefslogtreecommitdiff
path: root/meta/packages/neon/neon-0.26.0/pkgconfig.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/neon/neon-0.26.0/pkgconfig.patch')
-rw-r--r--meta/packages/neon/neon-0.26.0/pkgconfig.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/packages/neon/neon-0.26.0/pkgconfig.patch b/meta/packages/neon/neon-0.26.0/pkgconfig.patch
deleted file mode 100644
index c36b02ea6..000000000
--- a/meta/packages/neon/neon-0.26.0/pkgconfig.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: neon-0.26.0/neon.pc.in
-===================================================================
---- neon-0.26.0.orig/neon.pc.in 2008-03-19 23:33:18.000000000 +0000
-+++ neon-0.26.0/neon.pc.in 2008-03-19 23:35:49.000000000 +0000
-@@ -6,5 +6,6 @@
- Name: neon
- Description: HTTP/WebDAV client library
- Version: @NEON_VERSION@
--Libs: -L${libdir} -lneon @NEON_LIBS@
-+Requires: gnutls
-+Libs: -L${libdir} -lneon -lz -lgcrypt -lgpg-error -lexpat
- Cflags: -I${includedir}/neon @NEON_CFLAGS@