pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/swi-prolog Add x86_64 to the list of LP64 archite...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2774a91b387
branches:  trunk
changeset: 470945:a2774a91b387
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Mar 13 16:54:06 2004 +0000

description:
Add x86_64 to the list of LP64 architectures.
Bump PKGREVISION.

diffstat:

 lang/swi-prolog/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r fe8b242b6c95 -r a2774a91b387 lang/swi-prolog/Makefile
--- a/lang/swi-prolog/Makefile  Sat Mar 13 16:49:54 2004 +0000
+++ b/lang/swi-prolog/Makefile  Sat Mar 13 16:54:06 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2004/01/20 12:19:18 agc Exp $
+# $NetBSD: Makefile,v 1.27 2004/03/13 16:54:06 kristerw Exp $
 
 DISTNAME=              pl-lite-5.0.10
 PKGNAME=               swi-prolog-5.0.10
-PKGREVISION=                           1
+PKGREVISION=           2
 CATEGORIES=            lang
 MASTER_SITES=          ftp://ftp.swi.psy.uva.nl/SWI-Prolog/
 
@@ -27,7 +27,8 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${MACHINE_ARCH} == alpha || ${MACHINE_ARCH} == sparc64
+.if ${MACHINE_ARCH} == alpha || ${MACHINE_ARCH} == sparc64 || \
+       ${MACHINE_ARCH} == x86_64
 PLIST_SUBST+=          BITS=64
 .else
 PLIST_SUBST+=          BITS=32



Home | Main Index | Thread Index | Old Index