diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-11 07:29:48 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-11 07:29:48 +0000 |
commit | 8b2991a1fc0076ef01928a536cede25c78e6de5e (patch) | |
tree | 152b128c2704c8e7f2a8fb4f5650e2f376c58a50 /devel/monotone-viz/files | |
parent | 9a15142fc3bfa7418724853130ab426e4ab14c7b (diff) |
Notes
Diffstat (limited to 'devel/monotone-viz/files')
-rw-r--r-- | devel/monotone-viz/files/patch-configure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/monotone-viz/files/patch-configure b/devel/monotone-viz/files/patch-configure new file mode 100644 index 000000000000..66747e8fc1fc --- /dev/null +++ b/devel/monotone-viz/files/patch-configure @@ -0,0 +1,12 @@ +--- configure.orig Sun Jul 2 23:13:24 2006 ++++ configure Sun Jul 2 23:13:39 2006 +@@ -2199,9 +2199,6 @@ + option." >&2;} + { (exit 1); exit 1; }; } + fi +- if test "${MONOTONE_DIR:0:1}" != "/" ; then +- MONOTONE_DIR="$(pwd)/$MONOTONE_DIR" +- fi + fi + + |