openbsd-ports/security/sqlat/patches/patch-configure
2002-09-24 02:21:43 +00:00

28 lines
753 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2002/09/24 02:21:44 mark Exp $
--- configure.orig Mon Dec 3 10:08:29 2001
+++ configure Sun Sep 22 23:32:40 2002
@@ -1647,7 +1647,7 @@ esac
fi;
# add default path of freetds
-LDFLAGS="$LDFLAGS -L/usr/local/freetds/lib/"
+#LDFLAGS="$LDFLAGS -L/usr/local/freetds/lib/"
# Checks for libraries.
@@ -1707,10 +1707,10 @@ EOF
LIBS="-ltds $LIBS"
-else
- { { echo "$as_me:1711: error: Unable to find freetds library" >&5
-echo "$as_me: error: Unable to find freetds library" >&2;}
- { (exit 1); exit 1; }; }
+#else
+# { { echo "$as_me:1711: error: Unable to find freetds library" >&5
+#echo "$as_me: error: Unable to find freetds library" >&2;}
+# { (exit 1); exit 1; }; }
fi
# Checks for header files.