diff options
author | Cyril A. Sluchanko <cyrilas@hotmail.com> | 2010-05-12 23:28:32 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:28:32 +0200 |
commit | 73e36e2c47a7e2cd0c869c06e77d87d7f33cff99 (patch) | |
tree | 095ff20e54a5a32a4a8ba5e768cacc772999cfe7 /desktop/xxkb/Imakefile.patch | |
parent | a142ded97a9948c02974c8197c6829498fda8686 (diff) | |
download | slackbuilds-73e36e2c47a7e2cd0c869c06e77d87d7f33cff99.tar.gz |
desktop/xxkb: Added to 12.2 repository
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 0000000000..6aab32e627 --- /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 \ |