diff options
Diffstat (limited to 'devel/kdesdk3')
-rw-r--r-- | devel/kdesdk3/patches/patch-ad | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/kdesdk3/patches/patch-ad b/devel/kdesdk3/patches/patch-ad new file mode 100644 index 00000000000..5cb9af2bb09 --- /dev/null +++ b/devel/kdesdk3/patches/patch-ad @@ -0,0 +1,10 @@ +$NetBSD: patch-ad,v 1.1 2004/04/20 14:09:23 markd Exp $ + +--- kompare/libdiff2/Makefile.am.orig 2003-11-30 22:50:02.000000000 +1300 ++++ kompare/libdiff2/Makefile.am +@@ -1,4 +1,4 @@ +-INCLUDES = -D INLINE_DIFFERENCES=0 -D EXCLUDE_DIFF_OPTION=0 -I$(top_srcdir)/kompare/komparepart -I$(top_srcdir)/kompare/interfaces $(all_includes) ++INCLUDES = -DINLINE_DIFFERENCES=0 -DEXCLUDE_DIFF_OPTION=0 -I$(top_srcdir)/kompare/komparepart -I$(top_srcdir)/kompare/interfaces $(all_includes) + + noinst_HEADERS = \ + levenshteintable.h \ |