22 lines
720 B
Plaintext
22 lines
720 B
Plaintext
$NetBSD: patch-configure,v 1.1 2014/12/30 16:02:08 wiz Exp $
|
|
pkgsrc doesn't use lib64 or targetdir so don't set it.
|
|
fixes build on linux.
|
|
http://sf.net/p/qore/code/6817/
|
|
--- configure.orig 2014-10-31 22:14:45.582674365 +0000
|
|
+++ configure
|
|
@@ -15490,14 +15490,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
|