summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-01-22 08:40:11 +0000
committersbd <sbd@pkgsrc.org>2012-01-22 08:40:11 +0000
commit57aa6f91776fd520c37497129916993076afe4f6 (patch)
tree95de0e771328d92f87da31fd5c8ef523312842c9 /mk
parentf796ec3d5a7a2b4476dd565ba2a52ea46149e66f (diff)
downloadpkgsrc-57aa6f91776fd520c37497129916993076afe4f6.tar.gz
Remove GNU_CONFIGURE_LIBDIR setting on x86_64-linux systems, setting this
for all packages that use GNU_CONFIGURE causes to many packages to break. Packages that need the libdir passed to them will need to be handled one at a time.
Diffstat (limited to 'mk')
-rw-r--r--mk/platform/Linux.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/platform/Linux.mk b/mk/platform/Linux.mk
index 7bf7b035241..d6cf3aae14a 100644
--- a/mk/platform/Linux.mk
+++ b/mk/platform/Linux.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Linux.mk,v 1.46 2012/01/17 21:10:24 sbd Exp $
+# $NetBSD: Linux.mk,v 1.47 2012/01/22 08:40:11 sbd Exp $
#
# Variable definitions for the Linux operating system.
@@ -100,7 +100,6 @@ _OPSYS_MAX_CMDLEN_CMD?= /usr/bin/getconf ARG_MAX
.endif
.if (${MACHINE_ARCH} == "x86_64")
-GNU_CONFIGURE_LIBDIR?= ${GNU_CONFIGURE_PREFIX}/lib
ABI?= 64
LIBABISUFFIX?= 64
.endif