From fbdce17c25ebd834ea5c5cc61cb3fd347da3670e Mon Sep 17 00:00:00 2001
From: Sava Chankov <sava@tutuf.com>
Date: Tue, 22 Sep 2009 03:08:39 +0300
Subject: [PATCH] dosbox universal (patched macports svn version)
---
emulators/dosbox/Portfile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/emulators/dosbox/Portfile b/emulators/dosbox/Portfile
index 29a8feb..14dfb22 100644
a
|
b
|
depends_lib port:libsdl \ |
26 | 26 | port:libpng \ |
27 | 27 | port:zlib |
28 | 28 | |
29 | | # Assembly language issues |
30 | | universal_variant no |
31 | | |
32 | 29 | configure.args --mandir=${prefix}/share/man \ |
33 | 30 | --disable-sdltest \ |
34 | 31 | --disable-alsatest |
… |
… |
post-destroot { |
49 | 46 | platform powerpc { |
50 | 47 | configure.args-append --disable-dynamic-x86 |
51 | 48 | } |
| 49 | |
| 50 | variant universal { |
| 51 | configure.args-append --disable-dynamic-x86 --disable-fpu |
| 52 | } |
| 53 | No newline at end of file |