From 9682590d959275dd566dd553f154d2254de11e92 Mon Sep 17 00:00:00 2001 From: skrll Date: Mon, 22 Oct 2001 11:03:50 +0000 Subject: Proper fix for pthread's header inclusion problem. Should fix the build failure noted in Hubert's bulk build. --- net/kdenetwork2/distinfo | 4 ++-- net/kdenetwork2/patches/patch-ad | 17 +++++++++++++---- 2 files changed, 15 insertions(+), 6 deletions(-) (limited to 'net') diff --git a/net/kdenetwork2/distinfo b/net/kdenetwork2/distinfo index 84dec54aaad..1d49f7db697 100644 --- a/net/kdenetwork2/distinfo +++ b/net/kdenetwork2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2001/10/15 22:46:15 skrll Exp $ +$NetBSD: distinfo,v 1.4 2001/10/22 11:03:50 skrll Exp $ SHA1 (kdenetwork-2.2.1.tar.bz2) = 552de572226c85f4a20772b3cffe9ac58ef08148 Size (kdenetwork-2.2.1.tar.bz2) = 3150618 bytes SHA1 (patch-ab) = 61b735be0b02e9c3da5469537e846d81d6803c58 SHA1 (patch-ac) = 269d172fd13dbacd0fed4aa28ed2936e8ee2c4bb -SHA1 (patch-ad) = e36c295afe272c53fbef9ab719d094826ca81ae3 +SHA1 (patch-ad) = 3947541d2230455682c18775f28f0827059dd0c8 diff --git a/net/kdenetwork2/patches/patch-ad b/net/kdenetwork2/patches/patch-ad index e27a6a7d659..d64d525b6ae 100644 --- a/net/kdenetwork2/patches/patch-ad +++ b/net/kdenetwork2/patches/patch-ad @@ -1,13 +1,22 @@ -$NetBSD: patch-ad,v 1.1 2001/10/15 22:46:16 skrll Exp $ +$NetBSD: patch-ad,v 1.2 2001/10/22 11:03:50 skrll Exp $ --- kdict/Makefile.in.orig Mon Sep 10 07:17:55 2001 +++ kdict/Makefile.in -@@ -213,7 +213,7 @@ +@@ -213,8 +213,6 @@ x_includes = @x_includes@ x_libraries = @x_libraries@ -KDE_CXXFLAGS = $(USE_THREADS) -+KDE_CXXFLAGS = - +- # this has all of the subdirectories that make will recurse into. if # there are none, comment this out + SUBDIRS = applet pics +@@ -224,7 +222,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) -- cgit v1.2.3