pkgsrc/databases/qore-mysql-module/patches/patch-configure
wiz 0d07f08dc4 Import qore-mysql-module-2.0.1nb4 as databases/qore-mysql-module,
packaged for wip by nros.

MySQL driver for Qores DBI system that allows Qore programs to MySQL
Databases through the Datasource, DatasourcePool and SQLStatement
classes.
2014-12-30 15:42:24 +00:00

21 lines
693 B
Text

$NetBSD: patch-configure,v 1.1 2014/12/30 15:42:25 wiz Exp $
pkgsrc doesn't use lib64 so don't set it.
fixes build on linux.
http://sf.net/p/qore/code/6817/
--- configure.orig 2014-10-31 21:39:07.454693733 +0000
+++ configure
@@ -15331,14 +15331,6 @@ if test "$enable_64bit" = "yes"; then
*linux*) if test "$GXX" = "yes"; then
CXXFLAGS="$CXXFLAGS -m64"
fi
- # only set LIBSUFFIX=64 if /usr/lib64 exists
- if test -d /usr/lib64; then
- LIBSUFFIX=64
- fi
- target="${host_cpu}-${host_os}"
- if test -d /usr/lib/$target; then
- LIBSUFFIX=/$target
- fi
;;
*hpux*) if test "$host_cpu" = "ia64"; then