diff options
Diffstat (limited to 'x11/xlogout/files/patch-Imakefile')
-rw-r--r-- | x11/xlogout/files/patch-Imakefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/x11/xlogout/files/patch-Imakefile b/x11/xlogout/files/patch-Imakefile new file mode 100644 index 000000000000..aaa655c594ba --- /dev/null +++ b/x11/xlogout/files/patch-Imakefile @@ -0,0 +1,9 @@ +--- Imakefile.orig 1989-11-30 00:29:33.000000000 +0100 ++++ Imakefile 2009-03-27 18:58:05.000000000 +0100 +@@ -1,5 +1,5 @@ + DEPLIBS = XawClientDepLibs +-LOCAL_LIBRARIES = XawClientsLibs ++LOCAL_LIBRARIES = XawClientLibs + SRCS = xlogout.c + OBJS = xlogout.o + |