summaryrefslogtreecommitdiff
path: root/media-gfx/scrot/files/scrot-9999-Xcursor.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/scrot/files/scrot-9999-Xcursor.patch')
-rw-r--r--media-gfx/scrot/files/scrot-9999-Xcursor.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/media-gfx/scrot/files/scrot-9999-Xcursor.patch b/media-gfx/scrot/files/scrot-9999-Xcursor.patch
deleted file mode 100644
index dbb935219b35..000000000000
--- a/media-gfx/scrot/files/scrot-9999-Xcursor.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -34,4 +34,4 @@
- bin_PROGRAMS = scrot
- scrot_SOURCES = main.c getopt.c getopt1.c getopt.h scrot.h \
- options.c options.h debug.h imlib.c structs.h note.c note.h
--scrot_LDADD = -lX11 -lXfixes -lXcursor -lXcomposite @GIBLIB_LIBS@
-+scrot_LDADD = -lX11 -lXfixes -lXcomposite @GIBLIB_LIBS@
---- a/src/scrot.h
-+++ b/src/scrot.h
-@@ -40,7 +40,6 @@
- #include <X11/cursorfont.h>
- #include <X11/extensions/Xfixes.h>
- #include <X11/extensions/Xcomposite.h>
--#include <X11/Xcursor/Xcursor.h>
-
- #include <stdio.h>
- #include <string.h>