aboutsummaryrefslogtreecommitdiffstats
path: root/nasm
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-06 07:53:02 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-06 07:53:02 +0000
commit8d8f18b234b5ad35bf8eec2e73a3c7e4ac4d0e26 (patch)
tree939dd23cc393871b308bd84575b0152f92846386 /nasm
parent8d9c81d209637a259f51b920cebdb4815a69236e (diff)
downloadopenembedded-8d8f18b234b5ad35bf8eec2e73a3c7e4ac4d0e26.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages 2004/05/06 09:52:55+02:00 uni-frankfurt.de!mickeyl allow build on FreeBSD - patch courtesy pb_. BKrev: 4099eedeSefi_SXByoGjSDwBX72vcw
Diffstat (limited to 'nasm')
-rw-r--r--nasm/nasm_0.98.38.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/nasm/nasm_0.98.38.oe b/nasm/nasm_0.98.38.oe
index 4fcc54aed4..39cb2a229d 100644
--- a/nasm/nasm_0.98.38.oe
+++ b/nasm/nasm_0.98.38.oe
@@ -1,7 +1,7 @@
SECTION = "devel"
DESCRIPTION = "General-purpose x86 assembler"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-COMPATIBLE_HOST = 'i.86.*-linux'
+COMPATIBLE_HOST = 'i.86.*-(linux|freebsd.*)'
SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/nasm/nasm-${PV}.tar.bz2"