Files
pkgsrc-ng/devel/qore-uuid-module/patches/patch-configure
2016-01-21 23:40:00 +01:00

21 lines
685 B
Plaintext

$NetBSD: patch-configure,v 1.1 2014/12/30 15:54:32 wiz Exp $
pkgsrc doesn't use lib64 or lib/${target}.
http://sf.net/p/qore/code/6817
--- configure.orig 2014-11-13 16:27:14.000000000 +0000
+++ configure
@@ -15674,14 +15674,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