diff options
author | christos <christos> | 2006-01-06 22:47:24 +0000 |
---|---|---|
committer | christos <christos> | 2006-01-06 22:47:24 +0000 |
commit | 962a598c3ff3f7e1d0c1cf4ab24b4263d7c40a0b (patch) | |
tree | e1ac87b16d9c5ddc2d8791958974eaaca29ff233 /mk/platform | |
parent | 17b4ab919d24d5655892178c9ddf0828bc5de13b (diff) | |
download | pkgsrc-962a598c3ff3f7e1d0c1cf4ab24b4263d7c40a0b.tar.gz |
set the LIBABISUFFIX to 64 for amd64...
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/Linux.mk | 5 |
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 |