diff options
Diffstat (limited to 'mail/kiltdown/files/patch-tools-Makefile.in')
-rw-r--r-- | mail/kiltdown/files/patch-tools-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/kiltdown/files/patch-tools-Makefile.in b/mail/kiltdown/files/patch-tools-Makefile.in new file mode 100644 index 0000000..d2fb6496 --- /dev/null +++ b/mail/kiltdown/files/patch-tools-Makefile.in @@ -0,0 +1,11 @@ +--- tools/Makefile.in.orig Mon May 14 05:25:23 2001 ++++ tools/Makefile.in Wed Dec 25 11:31:57 2002 +@@ -10,7 +10,7 @@ + $(CC) -o rescomp rescomp.c + + dlgstrip: dlgstrip.cc +- $(CC) -o dlgstrip dlgstrip.cc ++ $(CXX) -o dlgstrip dlgstrip.cc + + clean: + $(RM) -f rescomp core dlgstrip |