- enable fake-main support again
so packages can be build without procfs - new option WITHOUT_GNUSTEP_FAKEMAIN
This commit is contained in:
parent
173d4b55d3
commit
1d306ef3e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153657
2 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= gnustep-base
|
||||
PORTVERSION= 1.11.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
|
||||
MASTER_SITE_SUBDIR= core
|
||||
|
@ -48,7 +49,7 @@ MAKE_APPS= SSL
|
|||
INSTALL_APPS= SSL
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GNUSTEP_FAKEMAIN)
|
||||
.if !defined(WITHOUT_GNUSTEP_FAKEMAIN)
|
||||
CONFIGURE_ARGS+= --enable-fake-main
|
||||
.endif
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ NO_FILTER_SHLIBS= yes
|
|||
|
||||
PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1}
|
||||
|
||||
.if !defined(WITH_GNUSTEP_FAKEMAIN)
|
||||
.if defined(WITHOUT_GNUSTEP_FAKEMAIN)
|
||||
.if !exists(/proc/curproc)
|
||||
IGNORE= requires procfs mounted to build or run, for details see procfs(5)
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue