diff options
Diffstat (limited to 'net/kdenetwork2/patches/patch-ac')
-rw-r--r-- | net/kdenetwork2/patches/patch-ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/kdenetwork2/patches/patch-ac b/net/kdenetwork2/patches/patch-ac new file mode 100644 index 00000000000..f289353e9cd --- /dev/null +++ b/net/kdenetwork2/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1 2001/03/24 18:33:56 skrll Exp $ + +--- knode/Makefile.in.orig Wed Feb 21 11:01:34 2001 ++++ knode/Makefile.in +@@ -203,8 +203,8 @@ + x_includes = @x_includes@ + x_libraries = @x_libraries@ + +-KDE_CXXFLAGS = $(USE_THREADS) +-INCLUDES = $(all_includes) ++KDE_CXXFLAGS = ++INCLUDES = $(USE_THREADS) $(all_includes) + SUBDIRS = pics filters + + bin_PROGRAMS = knode |