diff options
Diffstat (limited to 'x11/kb2mb2/files/patch-aa')
-rw-r--r-- | x11/kb2mb2/files/patch-aa | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/x11/kb2mb2/files/patch-aa b/x11/kb2mb2/files/patch-aa index 82a940c52eeb..e2b40d26aaec 100644 --- a/x11/kb2mb2/files/patch-aa +++ b/x11/kb2mb2/files/patch-aa @@ -1,6 +1,8 @@ ---- Imakefile.orig Sun Nov 26 13:20:30 2000 -+++ Imakefile Sun Nov 26 13:20:35 2000 -@@ -1,2 +1,3 @@ +--- Imakefile.orig Wed Dec 24 10:45:38 1997 ++++ Imakefile Wed Nov 1 07:09:12 2000 +@@ -1,2 +1,4 @@ LOCAL_LIBRARIES = $(XTESTLIB) $(XLIB) -+#define BuildHtmlManPages NO - SimpleProgramTarget(kb2mb2) +-SimpleProgramTarget(kb2mb2) ++SRCS = kb2mb2.c ++OBJS = kb2mb2.o ++ComplexProgramTargetNoMan(kb2mb2) |