summaryrefslogtreecommitdiff
path: root/net/kdenetwork3/patches/patch-aa
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-05-31 13:59:25 +0000
committerskrll <skrll@pkgsrc.org>2002-05-31 13:59:25 +0000
commit1dbd11d0236ffbcacfef03dd83213a8e81ecda56 (patch)
tree1968dddf9068cf813d522eaef56abfe6083893ee /net/kdenetwork3/patches/patch-aa
parentb1ddaf1e63295ee050eb50eeb28c6fe5f68b50ee (diff)
downloadpkgsrc-1dbd11d0236ffbcacfef03dd83213a8e81ecda56.tar.gz
Initial import (in the right place) of a kdenetwork3 pkg.
Diffstat (limited to 'net/kdenetwork3/patches/patch-aa')
-rw-r--r--net/kdenetwork3/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/kdenetwork3/patches/patch-aa b/net/kdenetwork3/patches/patch-aa
new file mode 100644
index 00000000000..90a3808aa69
--- /dev/null
+++ b/net/kdenetwork3/patches/patch-aa
@@ -0,0 +1,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)