summaryrefslogtreecommitdiff
path: root/mk/platform
diff options
context:
space:
mode:
authorchristos <christos>2006-01-06 22:47:24 +0000
committerchristos <christos>2006-01-06 22:47:24 +0000
commitc0acb7c59c6a2977ca380f6ddf9966940b3aa094 (patch)
treee1ac87b16d9c5ddc2d8791958974eaaca29ff233 /mk/platform
parentd4f6f6e4a5467c14eb1ccf6458e995458ac907dd (diff)
downloadpkgsrc-c0acb7c59c6a2977ca380f6ddf9966940b3aa094.tar.gz
set the LIBABISUFFIX to 64 for amd64...
Diffstat (limited to 'mk/platform')
-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