summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/xdotool/files/xdotool-20091231.01_as-needed.patch')
-rw-r--r--x11-misc/xdotool/files/xdotool-20091231.01_as-needed.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/x11-misc/xdotool/files/xdotool-20091231.01_as-needed.patch b/x11-misc/xdotool/files/xdotool-20091231.01_as-needed.patch
deleted file mode 100644
index 4b23e54..0000000
--- a/x11-misc/xdotool/files/xdotool-20091231.01_as-needed.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From a1ab3272ba6d1b3b3ce6aa16ecf6b69f9c087dea Mon Sep 17 00:00:00 2001
-From: Russell Harmon <russ@eatnumber1.com>
-Date: Thu, 31 Dec 2009 12:22:59 -0500
-Subject: [PATCH] Fix building with --as-needed
-
----
- Makefile | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index e1d755f..6fb5c04 100644
---- a/Makefile
-+++ b/Makefile
-@@ -63,7 +63,7 @@ xdo.c: xdo.h
- xdotool.c: xdo.h
-
- libxdo.so: xdo.o
-- $(LD) $(LDFLAGS) -shared -soname=libxdo.so.$(MINOR) $< -o $@
-+ $(LD) -shared -soname=libxdo.so.$(MINOR) $< -o $@ $(LDFLAGS)
-
- xdotool: xdotool.o xdo.o
- $(CC) $(CFLAGS) xdotool.o xdo.o $(LDFLAGS) -o $@
---
-1.6.4.4
-