In libtool.mk, let the regexp for DragonFly BSD support match both
"freebsd*)" and "freebsd* ", and add "dragonfly*" only if it isn't there already. Approved by: bapt
This commit is contained in:
parent
7ac73b4f5c
commit
477efa96a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346763
1 changed files with 1 additions and 1 deletions
|
@ -19,10 +19,10 @@ _INCLUDE_USES_LIBTOOL_POST_MK= yes
|
|||
patch-libtool:
|
||||
@${FIND} ${WRKDIR} \( -name configure -or -name ltconfig \) \
|
||||
-type f | ${XARGS} ${REINPLACE_CMD} \
|
||||
-e '/dragonfly\*/!s/freebsd\*[ )]/dragonfly* | &/' \
|
||||
-e '/gcc_dir=\\`/s/gcc /$$CC /' \
|
||||
-e '/gcc_ver=\\`/s/gcc /$$CC /' \
|
||||
-e '/link_all_deplibs[0-9A-Z_]*=/s/=unknown/=no/' \
|
||||
-e 's,freebsd\*),freebsd\*|dragonfly\*),g' \
|
||||
-e '/objformat=/s/echo aout/echo elf/' \
|
||||
-e "/freebsd-elf\\*)/,/;;/ { \
|
||||
/deplibs_check_method=/s/=.*/=pass_all/; }"
|
||||
|
|
Loading…
Reference in a new issue