diff options
Diffstat (limited to 'packages/keylaunch/files/makefile-fix.patch')
| -rw-r--r-- | packages/keylaunch/files/makefile-fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/keylaunch/files/makefile-fix.patch b/packages/keylaunch/files/makefile-fix.patch deleted file mode 100644 index 52260bf4de..0000000000 --- a/packages/keylaunch/files/makefile-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- keylaunch-2.0.7/Makefile.orig 2006-02-02 17:44:53.000000000 +0100 -+++ keylaunch-2.0.7/Makefile 2006-02-02 17:44:55.000000000 +0100 -@@ -28,7 +28,7 @@ - all: $(PROG) - - $(PROG): $(OBJS) -- $(CC) $(OBJS) $(LIBS) -o $@ -+ $(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o $@ - - install-program: all - install -sD $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG) |
