From 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jul 2013 01:10:32 -0700 Subject: Fri Jul 19 01:09:18 PDT 2013 --- community/lxlauncher/lxlauncher-0.2.1-dsofix.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/lxlauncher/lxlauncher-0.2.1-dsofix.patch (limited to 'community/lxlauncher/lxlauncher-0.2.1-dsofix.patch') diff --git a/community/lxlauncher/lxlauncher-0.2.1-dsofix.patch b/community/lxlauncher/lxlauncher-0.2.1-dsofix.patch new file mode 100644 index 000000000..7ee0c1c68 --- /dev/null +++ b/community/lxlauncher/lxlauncher-0.2.1-dsofix.patch @@ -0,0 +1,12 @@ +diff -dur lxlauncher-0.2.1.orig/src/Makefile.in lxlauncher-0.2.1/src/Makefile.in +--- lxlauncher-0.2.1.orig/src/Makefile.in 2009-07-07 14:46:41.000000000 +0200 ++++ lxlauncher-0.2.1/src/Makefile.in 2010-02-17 13:34:43.000000000 +0100 +@@ -101,7 +101,7 @@ + INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ + INSTOBJEXT = @INSTOBJEXT@ + INTLLIBS = @INTLLIBS@ +-LDFLAGS = @LDFLAGS@ ++LDFLAGS = @LDFLAGS@ -lX11 + LIBOBJS = @LIBOBJS@ + LIBS = @LIBS@ + LTLIBOBJS = @LTLIBOBJS@ -- cgit v1.2.3-54-g00ecf