diff options
Diffstat (limited to 'net/atmsupport/files/patch-configure')
-rw-r--r-- | net/atmsupport/files/patch-configure | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/atmsupport/files/patch-configure b/net/atmsupport/files/patch-configure new file mode 100644 index 000000000000..d9c5119e0112 --- /dev/null +++ b/net/atmsupport/files/patch-configure @@ -0,0 +1,14 @@ +--- configure.orig Fri Jan 2 16:43:42 2004 ++++ configure Fri Jan 2 16:44:03 2004 +@@ -162,9 +162,9 @@ + + + +-tagnames=`echo "$tagnames,CXX" | sed 's/^,//'` ++#tagnames=`echo "$tagnames,CXX" | sed 's/^,//'` + +-tagnames=`echo "$tagnames,F77" | sed 's/^,//'` ++#tagnames=`echo "$tagnames,F77" | sed 's/^,//'` + + if expr a : '\(a\)' >/dev/null 2>&1; then + as_expr=expr |