diff options
author | skrll <skrll@pkgsrc.org> | 2002-10-18 08:50:18 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-10-18 08:50:18 +0000 |
commit | 2b13421c09f4f8d1bfd9ed1ef314c381ec238d5f (patch) | |
tree | f499267d3232a534203c24f06837df5ccf018a90 | |
parent | f333251f431e74ba59f8e2f29f7e6c6dca48398d (diff) | |
download | pkgsrc-2b13421c09f4f8d1bfd9ed1ef314c381ec238d5f.tar.gz |
Oops. Should have removed these with the 3.0.4 update.
-rw-r--r-- | net/kdenetwork3/patches/patch-aa | 22 | ||||
-rw-r--r-- | net/kdenetwork3/patches/patch-ab | 15 |
2 files changed, 0 insertions, 37 deletions
diff --git a/net/kdenetwork3/patches/patch-aa b/net/kdenetwork3/patches/patch-aa deleted file mode 100644 index 90a3808aa69..00000000000 --- a/net/kdenetwork3/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$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) diff --git a/net/kdenetwork3/patches/patch-ab b/net/kdenetwork3/patches/patch-ab deleted file mode 100644 index 273f7165b8d..00000000000 --- a/net/kdenetwork3/patches/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2002/05/31 13:59:28 skrll Exp $ - ---- knode/Makefile.in.orig Fri May 10 13:08:58 2002 -+++ knode/Makefile.in -@@ -226,8 +226,8 @@ - x_includes = @x_includes@ - x_libraries = @x_libraries@ - --KDE_CXXFLAGS = $(USE_THREADS) --INCLUDES = -I$(top_srcdir)/libkdenetwork $(all_includes) -+KDE_CXXFLAGS = -+INCLUDES = $(USE_THREADS) -I$(top_srcdir)/libkdenetwork $(all_includes) - SUBDIRS = pics filters - - bin_PROGRAMS = knode |