15 lines
445 B
Plaintext
15 lines
445 B
Plaintext
$NetBSD: patch-configure,v 1.1 2014/12/30 15:41:24 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:29:53.309698752 +0000
|
|
+++ configure
|
|
@@ -14274,7 +14274,6 @@ if test "$enable_64bit" = "yes"; then
|
|
*linux*) if test "$GXX" = "yes"; then
|
|
CXXFLAGS="$CXXFLAGS -m64"
|
|
fi
|
|
- LIBSUFFIX=64
|
|
|
|
;;
|
|
*hpux*) if test "$host_cpu" = "ia64"; then
|