diff options
author | dmcmahill <dmcmahill> | 2001-01-23 17:29:10 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2001-01-23 17:29:10 +0000 |
commit | 70ee36a38938cd8ca1a28c5c1dd6323c72670d90 (patch) | |
tree | 0666486915e8fbf58199054ebc50c87c59d8376b /time/kworldwatch | |
parent | b3ba039da8af493120e02bc1ba70291f82678bd2 (diff) | |
download | pkgsrc-70ee36a38938cd8ca1a28c5c1dd6323c72670d90.tar.gz |
make sure rpath isn't lost. fixes recently noted rpath problems
Diffstat (limited to 'time/kworldwatch')
-rw-r--r-- | time/kworldwatch/files/patch-sum | 4 | ||||
-rw-r--r-- | time/kworldwatch/patches/patch-aa | 17 |
2 files changed, 12 insertions, 9 deletions
diff --git a/time/kworldwatch/files/patch-sum b/time/kworldwatch/files/patch-sum index f4ff2345d9c..546c18111c4 100644 --- a/time/kworldwatch/files/patch-sum +++ b/time/kworldwatch/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.1.1.1 2000/12/21 15:03:46 wiz Exp $ +$NetBSD: patch-sum,v 1.2 2001/01/23 17:29:10 dmcmahill Exp $ -MD5 (patch-aa) = a67c8a46d9e482cc8dc6a21d23bf3b96 +MD5 (patch-aa) = e2a67e66391a7fd00373041a46cb91e4 MD5 (patch-ab) = 31d4204057f387ac8b355a4087389746 diff --git a/time/kworldwatch/patches/patch-aa b/time/kworldwatch/patches/patch-aa index f81feaf870e..d5dffb6f0e1 100644 --- a/time/kworldwatch/patches/patch-aa +++ b/time/kworldwatch/patches/patch-aa @@ -1,9 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/12/21 15:03:46 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2001/01/23 17:29:11 dmcmahill Exp $ --- configure.orig Sun May 10 15:13:36 1998 -+++ configure Sun Oct 24 15:13:43 1999 -@@ -503,9 +503,9 @@ - # Prefer explicitly selected file to automatically selected ones. ++++ configure Tue Jan 23 12:26:20 2001 +@@ -504,7 +504,7 @@ if test -z "$CONFIG_SITE"; then if test "x$prefix" != xNONE; then - CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" @@ -13,9 +12,14 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/12/21 15:03:46 wiz Exp $ + CONFIG_SITE="$ac_default_prefix/share/kde/config.site $ac_default_prefix/etc/config.site" fi fi - for ac_site_file in $CONFIG_SITE; do -@@ -2533,27 +2533,27 @@ +@@ -2195,5 +2195,5 @@ + else + X_LDFLAGS="-L$x_libraries" +- all_libraries=$X_LDFLAGS ++ #all_libraries=$X_LDFLAGS + fi +@@ -2534,25 +2534,25 @@ -kde_htmldir="\$(prefix)/share/doc/HTML" @@ -51,4 +55,3 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/12/21 15:03:46 wiz Exp $ +kde_wallpaperdir="\$(prefix)/share/kde/wallpapers" kde_kccmodules="\$(prefix)/lib/kcc/modules" - |