diff options
author | kristerw <kristerw> | 2005-07-08 20:42:35 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-07-08 20:42:35 +0000 |
commit | 545a798668bb107eefa1f818b35d976e647e5d0b (patch) | |
tree | 5edf8ceebce3d5e0924bf200f188334cd5f67397 /news/trn/patches | |
parent | 5cf537835e05a0e7146408d00046dacf66129136 (diff) | |
download | pkgsrc-545a798668bb107eefa1f818b35d976e647e5d0b.tar.gz |
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'news/trn/patches')
-rw-r--r-- | news/trn/patches/patch-ac | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/news/trn/patches/patch-ac b/news/trn/patches/patch-ac index 8a63b85b279..e1cf44def75 100644 --- a/news/trn/patches/patch-ac +++ b/news/trn/patches/patch-ac @@ -1,7 +1,7 @@ -$NetBSD: patch-ac,v 1.3 2005/06/20 01:57:36 kristerw Exp $ +$NetBSD: patch-ac,v 1.4 2005/07/08 20:42:35 kristerw Exp $ --- Configure.orig 2001-02-22 20:17:39.000000000 +0100 -+++ Configure 2005-06-20 03:49:52.000000000 +0200 ++++ Configure 2005-07-08 22:38:46.000000000 +0200 @@ -2540,7 +2540,7 @@ esac ;; @@ -38,9 +38,12 @@ $NetBSD: patch-ac,v 1.3 2005/06/20 01:57:36 kristerw Exp $ cpp='$cpp' cppflags='$cppflags' cpplast='$cpplast' -@@ -6307,19 +6307,19 @@ +@@ -6305,21 +6305,21 @@ + d_xthread='$d_xthread' + date='$date' defeditor='$defeditor' - diff='$diff' +-diff='$diff' ++diff='$TOOLS_DIFF' direntrytype='$direntrytype' -echo='$echo' +echo='$TOOLS_ECHO' |