openbsd-ports/x11/qt3/patches/patch-configure
espie fe3da8dfe3 qt3 programs need to link with -lICE -lSM.
Doesn't get you everytime, because qt3 checks for a session manager
before calling those functions.

Noticed by Jean-Yves Burlett.
2002-03-28 11:47:18 +00:00

22 lines
714 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2002/03/28 11:47:18 espie Exp $
--- configure.orig Sun Mar 10 11:59:59 2002
+++ configure Thu Mar 28 03:27:22 2002
@@ -1097,7 +1097,7 @@ then
MYSQL_REQ="-lmysqlclient mysql.h"
OCI_REQ="-lclntsh -lwtc8 oci.h"
PSQL_REQ="-lpq postgres.h libpq/libpq-fs.h catalog/pg_type.h libpq-fe.h"
- ODBC_REQ="-lodbc sql.h sqlext.h"
+ ODBC_REQ="-liodbc sql.h sqlext.h"
TDS_REQ="-lsybdb sybfront.h sybdb.h"
for _SQLDR in $CFG_SQL_AVAILABLE
do
@@ -1519,7 +1519,7 @@ then
echo "Type 'no' to decline this license offer."
echo
echo "Do you accept the terms of $affix license?"
- read acceptance
+ acceptance=yes
if [ "$acceptance" = "yes" ]
then
break