diff options
Diffstat (limited to 'x11-misc/xdotool/files/xdotool-20091231.02_as-needed.patch')
-rw-r--r-- | x11-misc/xdotool/files/xdotool-20091231.02_as-needed.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/x11-misc/xdotool/files/xdotool-20091231.02_as-needed.patch b/x11-misc/xdotool/files/xdotool-20091231.02_as-needed.patch deleted file mode 100644 index 50293d76b828..000000000000 --- a/x11-misc/xdotool/files/xdotool-20091231.02_as-needed.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN xdotool-20091231.02.orig/Makefile xdotool-20091231.02/Makefile ---- xdotool-20091231.02.orig/Makefile 2010-01-01 04:28:54.000000000 +0100 -+++ xdotool-20091231.02/Makefile 2010-01-14 05:57:52.000000000 +0100 -@@ -63,7 +63,7 @@ - xdotool.c: xdo.h - - libxdo.so: xdo.o -- $(CC) $(LDFLAGS) -shared -Wl,-soname=libxdo.so.$(MINOR) $< -o $@ -+ $(CC) -shared -Wl,-soname=libxdo.so.$(MINOR) $< -o $@ $(LDFLAGS) - - xdotool: xdotool.o libxdo.so - $(CC) -o $@ xdotool.o -L. -lxdo $(LDFLAGS) |