summaryrefslogtreecommitdiff
path: root/net/kdenetwork3/patches/patch-aa
blob: 90a3808aa69c6c158e4f142dfcf7095f30ab522a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-aa,v 1.1.1.1 2002/05/31 13:59:28 skrll Exp $

--- kdict/Makefile.in.orig	Fri May 10 13:08:55 2002
+++ kdict/Makefile.in
@@ -226,8 +226,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
@@ -237,7 +235,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)