Warn the user about the need for a kernel with 'option USER_LDT'.
This commit is contained in:
parent
8c2557daf5
commit
88b05461fe
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2000/10/22 15:41:56 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2000/10/31 05:06:56 fgsch Exp $
|
||||
|
||||
DATE= 990225
|
||||
DISTNAME= Wine-${DATE}
|
||||
@ -7,12 +7,10 @@ CATEGORIES= emulators x11
|
||||
NEED_VERSION= 1.305
|
||||
FAKE=No
|
||||
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
MAINTAINER= Bruno Rohee <rohee@openbsd.org>
|
||||
|
||||
LICENSE_TYPE= BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -26,6 +24,14 @@ CONFIGURE_STYLE= gnu
|
||||
|
||||
WRKDIST= ${WRKDIR}/${PKGNAME}
|
||||
|
||||
.if !defined(NO_WARNINGS)
|
||||
pre-fetch:
|
||||
@echo
|
||||
@echo " WARNING: This application requires a kernel compiled with"
|
||||
@echo " 'option USER_LDT' for proper operation."
|
||||
@echo
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
cd ${WRKSRC} && make depend
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user