Provide temporary workaround for problem with USE_REINPLACE in ports
converted to USE_GNOMENG. The real fix for bsd.port.mk will be committed later, after portmgr@ approval. Prompted by: Rasmus Skaarup <mfbsd@skaarup.org>
This commit is contained in:
parent
3a063f9045
commit
650e6590fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62471
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
.if defined(USE_GNOMENG)
|
||||
USE_REINPLACE= yes
|
||||
.endif
|
||||
|
||||
.if !defined(_POSTMKINCLUDED)
|
||||
|
||||
# Please make sure all changes to this file are past through the maintainer.
|
||||
|
|
Loading…
Reference in a new issue