pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/Cygne-SDL Mark as i386 only (uses i386 assem...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0a90bf53f0d9
branches: trunk
changeset: 481978:0a90bf53f0d9
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Oct 15 22:03:55 2004 +0000
description:
Mark as i386 only (uses i386 assembler). Noted by snj.
diffstat:
emulators/Cygne-SDL/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 54d4b9c7fe98 -r 0a90bf53f0d9 emulators/Cygne-SDL/Makefile
--- a/emulators/Cygne-SDL/Makefile Fri Oct 15 21:34:24 2004 +0000
+++ b/emulators/Cygne-SDL/Makefile Fri Oct 15 22:03:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/03 00:14:40 tv Exp $
+# $NetBSD: Makefile,v 1.3 2004/10/15 22:03:55 wiz Exp $
#
DISTNAME= Cygne-SDL-0.1-src
@@ -19,6 +19,9 @@
MAKEFILE= Makefiles/Makefile.unix
NO_CONFIGURE= yes
+# Uses i386 assembly code
+ONLY_FOR_PLATFORM= *-*-i386
+
post-build:
cd ${WRKSRC}/../WonderSnake && \
${LOCALBASE}/bin/zip Wondersnake.zip Wondersnake.wsc
Home |
Main Index |
Thread Index |
Old Index