diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2010-12-01 08:21:16 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2010-12-01 08:21:16 +0000 |
commit | 6121c39e60af424c554c61598acb1c2d673f3113 (patch) | |
tree | 1a34ed73696fa1e0a12b7e775e66434eb27d49c1 /emulators | |
parent | 9ab200b78cb47b89d0df75ed7a816d6e2c785692 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/virtualbox-ose-legacy/Makefile | 2 | ||||
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile index 4c8930f429bb..3bcb5ad52196 100644 --- a/emulators/virtualbox-ose-legacy/Makefile +++ b/emulators/virtualbox-ose-legacy/Makefile @@ -174,7 +174,7 @@ PLIST_SUB+= I386="@comment " EXTRA_PATCHES+= ${FILESDIR}/extrapatch-include-iprt-string.h .endif -.if ${OSVERSION} > 900020 +.if ${OSVERSION} > 900020 || ${OSVERSION} < 900000 && ${OSVERSION} > 801500 EXTRA_PATCHES+= ${FILESDIR}/extrapatch-src-VBox-Devices-PC-vbox.dsl .endif diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index 4c8930f429bb..3bcb5ad52196 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -174,7 +174,7 @@ PLIST_SUB+= I386="@comment " EXTRA_PATCHES+= ${FILESDIR}/extrapatch-include-iprt-string.h .endif -.if ${OSVERSION} > 900020 +.if ${OSVERSION} > 900020 || ${OSVERSION} < 900000 && ${OSVERSION} > 801500 EXTRA_PATCHES+= ${FILESDIR}/extrapatch-src-VBox-Devices-PC-vbox.dsl .endif |