|
@@ -18,7 +18,7 @@ do-configure:
|
|
post-configure:
|
|
post-configure:
|
|
${_CONFIGURE_COOKIE}: ${_PATCH_COOKIE}
|
|
${_CONFIGURE_COOKIE}: ${_PATCH_COOKIE}
|
|
@sed -e '/^#/d' ${REORDER_DEPENDENCIES} | \
|
|
@sed -e '/^#/d' ${REORDER_DEPENDENCIES} | \
|
|
- tsort | tac | while read f; do \
|
|
+ tsort | while read f; do \
|
|
cd ${WRKSRC}; \
|
|
cd ${WRKSRC}; \
|
|
case $$f in \
|
|
case $$f in \
|
|
/*) \
|
|
/*) \
|