blob: 682cf82cf18a0c99a92a4f6e6a47959cdc63fb6b (
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-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)
|