Print a warning that custom USER_LDT kernel is required for the win32 flavor.
This commit is contained in:
parent
1f788852b4
commit
2676358827
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.5 2002/05/10 19:40:09 pvalchev Exp $
|
# $OpenBSD: Makefile,v 1.6 2002/05/10 19:42:25 pvalchev Exp $
|
||||||
|
|
||||||
# XXX might not be hard to add more (macppc at least)
|
# XXX might not be hard to add more (macppc at least)
|
||||||
ONLY_FOR_ARCHS= i386
|
ONLY_FOR_ARCHS= i386
|
||||||
@ -83,6 +83,12 @@ CONFIGURE_ARGS+=--disable-ossaudio
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${FLAVOR:L:Mwin32}
|
.if ${FLAVOR:L:Mwin32}
|
||||||
|
pre-fetch:
|
||||||
|
@echo
|
||||||
|
@echo " WARNING: This application requires a kernel compiled with"
|
||||||
|
@echo " 'option USER_LDT' for proper operation. The GENERIC"
|
||||||
|
@echo " kernel does not have this option enabled by default."
|
||||||
|
@echo
|
||||||
RUN_DEPENDS+= win32/divx.dll::graphics/win32-codecs
|
RUN_DEPENDS+= win32/divx.dll::graphics/win32-codecs
|
||||||
BUILD_DEPENDS+= ${RUN_DEPENDS}
|
BUILD_DEPENDS+= ${RUN_DEPENDS}
|
||||||
CONFIGURE_ARGS+=--with-win32libdir=${LOCALBASE}/lib/win32
|
CONFIGURE_ARGS+=--with-win32libdir=${LOCALBASE}/lib/win32
|
||||||
|
Loading…
Reference in New Issue
Block a user