Reorder the 'configure-message patch-libtool' targets in _CONFIGURE_SEQ
so they appear after the *_depends targets. This fixes builds on systems that don't yet have libtool installed (prior to this commit the patch-libtool target would be called before the libtool port was installed by the dependency targets, and it would therefore fail). Submitted by: Claude Buisson <cbuisson@nerim.net>
This commit is contained in:
parent
74bee551cc
commit
46e9a484f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77176
1 changed files with 2 additions and 2 deletions
|
@ -3011,8 +3011,8 @@ _PATCH_DEP= extract
|
|||
_PATCH_SEQ= patch-message patch-depends pre-patch pre-patch-script \
|
||||
do-patch post-patch post-patch-script
|
||||
_CONFIGURE_DEP= patch
|
||||
_CONFIGURE_SEQ= configure-message patch-libtool build-depends lib-depends \
|
||||
misc-depends pre-configure pre-configure-script \
|
||||
_CONFIGURE_SEQ= build-depends lib-depends misc-depends configure-message \
|
||||
patch-libtool pre-configure pre-configure-script \
|
||||
do-configure post-configure post-configure-script
|
||||
_BUILD_DEP= configure
|
||||
_BUILD_SEQ= build-message pre-build pre-build-script do-build \
|
||||
|
|
Loading…
Reference in a new issue