pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform set the LIBABISUFFIX to 64 for amd64...
details: https://anonhg.NetBSD.org/pkgsrc/rev/762c3beb9b1d
branches: trunk
changeset: 505750:762c3beb9b1d
user: christos <christos%pkgsrc.org@localhost>
date: Fri Jan 06 22:47:24 2006 +0000
description:
set the LIBABISUFFIX to 64 for amd64...
diffstat:
mk/platform/Linux.mk | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r ad7f943fba91 -r 762c3beb9b1d mk/platform/Linux.mk
--- a/mk/platform/Linux.mk Fri Jan 06 22:46:51 2006 +0000
+++ b/mk/platform/Linux.mk Fri Jan 06 22:47:24 2006 +0000
@@ -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 @@
#GAMEGRP= games
#GAMEMODE= 2555
#.endif
+.if (${MACHINE_ARCH} == "x86_64")
+LIBABISUFFIX?= 64
+.endif
Home |
Main Index |
Thread Index |
Old Index