summaryrefslogtreecommitdiff
path: root/databases/qore-freetds-module/patches/patch-configure
blob: 34fd1987a88152065891fa94df3d86baa8c4eb90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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