diff options
Diffstat (limited to 'desktop/xxkb/Imakefile.patch')
-rw-r--r-- | desktop/xxkb/Imakefile.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/desktop/xxkb/Imakefile.patch b/desktop/xxkb/Imakefile.patch new file mode 100644 index 0000000000000..6aab32e627c79 --- /dev/null +++ b/desktop/xxkb/Imakefile.patch @@ -0,0 +1,12 @@ +diff -Nur xxkb.orig/Imakefile xxkb/Imakefile +--- xxkb.orig/Imakefile 2007-03-14 16:54:53.000000000 -0500 ++++ xxkb/Imakefile 2009-05-17 15:43:25.028469025 -0500 +@@ -3,7 +3,7 @@ + BASEDIR = $(PROJECTROOT) + BINDIR = $(BASEDIR)/bin + PIXMAPDIR = $(BASEDIR)/share/xxkb +-LOCAL_LIBRARIES = $(XONLYLIB) -lXpm -lXt ++LOCAL_LIBRARIES = $(XONLYLIB) -lXpm -lXt -lXext + + OBJS = xxkb.o resource.o wlist.o + PIXMAPS = pixmaps/by15.xpm pixmaps/by48.xpm \ |