$NetBSD: patch-ad,v 1.3 2001/12/03 15:37:18 skrll Exp $ --- kdict/Makefile.in.orig Mon Sep 10 07:17:55 2001 +++ kdict/Makefile.in @@ -215,8 +215,6 @@ x_includes = @x_includes@ x_libraries = @x_libraries@ -KDE_CXXFLAGS = $(USE_THREADS) - # this has all of the subdirectories that make will recurse into. if # there are none, comment this out SUBDIRS = applet pics @@ -226,7 +224,7 @@ bin_PROGRAMS = kdict # set the include path for X, qt and KDE -INCLUDES = $(all_includes) +INCLUDES = $(USE_THREADS) $(all_includes) # the library search path. kdict_LDFLAGS = $(KDE_RPATH) $(all_libraries)