diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /net/yaph/files/patch-__configure | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'net/yaph/files/patch-__configure')
-rw-r--r-- | net/yaph/files/patch-__configure | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/yaph/files/patch-__configure b/net/yaph/files/patch-__configure new file mode 100644 index 000000000000..6a1e88203f5a --- /dev/null +++ b/net/yaph/files/patch-__configure @@ -0,0 +1,22 @@ +--- configure.old Sun Feb 9 06:37:18 2003 ++++ configure Sat Jun 14 15:03:07 2003 +@@ -854,6 +854,8 @@ + + VERSION=0.91 + ++PREFIX=$prefix ++ + if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then + { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } + fi +@@ -863,6 +865,10 @@ + + cat >> confdefs.h <<EOF + #define VERSION "$VERSION" ++EOF ++ ++cat >> confdefs.h <<EOF ++#define PREFIX "$PREFIX" + EOF + + |