summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorchristos <christos@pkgsrc.org>2006-01-06 22:47:24 +0000
committerchristos <christos@pkgsrc.org>2006-01-06 22:47:24 +0000
commit764aec25ab003eba8a35d64b9f493abd447ab8d0 (patch)
treee1ac87b16d9c5ddc2d8791958974eaaca29ff233 /mk
parent8e5abd345e4f0fdf37e933d1e310d86d945058d4 (diff)
downloadpkgsrc-764aec25ab003eba8a35d64b9f493abd447ab8d0.tar.gz
set the LIBABISUFFIX to 64 for amd64...
Diffstat (limited to 'mk')
-rw-r--r--mk/platform/Linux.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/platform/Linux.mk b/mk/platform/Linux.mk
index 88406c8a7a5..05288f55e5f 100644
--- a/mk/platform/Linux.mk
+++ b/mk/platform/Linux.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Linux.mk,v 1.19 2005/12/04 01:44:30 joerg Exp $
+# $NetBSD: Linux.mk,v 1.20 2006/01/06 22:47:24 christos Exp $
#
# Variable definitions for the Linux operating system.
@@ -91,3 +91,6 @@ LOCALBASE?= ${DESTDIR}/usr/pkg
#GAMEGRP= games
#GAMEMODE= 2555
#.endif
+.if (${MACHINE_ARCH} == "x86_64")
+LIBABISUFFIX?= 64
+.endif