diff options
Diffstat (limited to 'devel/pth/patches/patch-aa')
-rw-r--r-- | devel/pth/patches/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/pth/patches/patch-aa b/devel/pth/patches/patch-aa new file mode 100644 index 00000000000..ccc72bf46e1 --- /dev/null +++ b/devel/pth/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/07/05 05:09:48 sakamoto Exp $ + +--- ./configure.orig Sun Jul 4 22:14:20 1999 ++++ ./configure Mon Jul 5 13:16:46 1999 +@@ -1009,5 +1009,5 @@ + $libtool_flags --no-verify ltmain.sh $PLATFORM ||\ + { echo "configure: error: libtool configuration failed" 1>&2; exit 1; } +-LIBTOOL="\$(TOP)/libtool" ++LIBTOOL=$LIBTOOL + + |