OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.8 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../xine-ui/xine-ui-0.99.6-curl-deprecated-headers.patch
  5. # Copyright (C) 2012 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. # HG changeset patch
  17. # User Darren Salt <linux@youmustbejoking.demon.co.uk>
  18. # Date 1313605081 -3600
  19. # Node ID 6719df8d79c4c6eb9978eb0d30e089cbd7aaacba
  20. # Parent 4d6262fe6f8f7d70aad12b6ff39d98ad784844ea
  21. Don't include <curl/types.h> any more. It's not needed.
  22. diff -r 4d6262fe6f8f -r 6719df8d79c4 src/xitk/download.c
  23. --- a/src/xitk/download.c Sun Mar 20 15:34:11 2011 +0000
  24. +++ b/src/xitk/download.c Wed Aug 17 19:18:01 2011 +0100
  25. @@ -28,7 +28,6 @@
  26. #ifdef HAVE_CURL
  27. #include <curl/curl.h>
  28. -#include <curl/types.h>
  29. #include <curl/easy.h>
  30. #endif
  31. # HG changeset patch
  32. # User Darren Salt <linux@youmustbejoking.demon.co.uk>
  33. # Date 1320785153 0
  34. # Node ID da361fa574e56e1ea5e205530d73d3c4805264d0
  35. # Parent 5c4524d135f9e9f56121867e2724d9bb3fef2b06
  36. No need to include <curl/easy.h> since it's included by <curl/curl.h>.
  37. (Reported by Martin Jacobs.)
  38. diff -r 5c4524d135f9 -r da361fa574e5 src/xitk/download.c
  39. --- a/src/xitk/download.c Tue Oct 04 17:09:11 2011 +0100
  40. +++ b/src/xitk/download.c Tue Nov 08 20:45:53 2011 +0000
  41. @@ -28,7 +28,6 @@
  42. #ifdef HAVE_CURL
  43. #include <curl/curl.h>
  44. -#include <curl/easy.h>
  45. #endif
  46. #include "common.h"