summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorchristos <christos@pkgsrc.org>2006-01-10 16:58:04 +0000
committerchristos <christos@pkgsrc.org>2006-01-10 16:58:04 +0000
commitd6f119448c46044303bac8901efe788042e08d18 (patch)
treed3e993625244125cd566d36c4c69b5afebb12a9c /mk
parentcd18fc91dc52590dbf8063690d215eb92bb363f3 (diff)
downloadpkgsrc-d6f119448c46044303bac8901efe788042e08d18.tar.gz
Also set ABI like SGI does; from Benjamin Shi.
Diffstat (limited to 'mk')
-rw-r--r--mk/platform/Linux.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/platform/Linux.mk b/mk/platform/Linux.mk
index 05288f55e5f..5afdc7ee9b9 100644
--- a/mk/platform/Linux.mk
+++ b/mk/platform/Linux.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Linux.mk,v 1.20 2006/01/06 22:47:24 christos Exp $
+# $NetBSD: Linux.mk,v 1.21 2006/01/10 16:58:04 christos Exp $
#
# Variable definitions for the Linux operating system.
@@ -92,5 +92,6 @@ LOCALBASE?= ${DESTDIR}/usr/pkg
#GAMEMODE= 2555
#.endif
.if (${MACHINE_ARCH} == "x86_64")
+ABI?= 64
LIBABISUFFIX?= 64
.endif