Page MenuHomeFreeBSD

D38498.diff
No OneTemporary

D38498.diff

diff --git a/Mk/Uses/autoreconf.mk b/Mk/Uses/autoreconf.mk
--- a/Mk/Uses/autoreconf.mk
+++ b/Mk/Uses/autoreconf.mk
@@ -65,6 +65,11 @@
# Valid args: build Don't run autoreconf, only add build dependencies
# 2.69 Use this legacy version
#
+# Port maintainers can set the following variable:
+#
+# AUTORECONF_ARGS The string to pass to autoreconf in addition to
+# the default "-f -i"
+#
# MAINTAINER: ports@FreeBSD.org
.if !defined(_INCLUDE_USES_AUTORECONF_MK)
@@ -122,7 +127,7 @@
${ECHO_MSG} '===> Mk/Uses/autoreconf.mk: Error running intltoolize'; \
${FALSE}; fi; fi)
. endif
- @(cd ${AUTORECONF_WRKSRC} && if ! ${AUTORECONF} -f -i; then \
+ @(cd ${AUTORECONF_WRKSRC} && if ! ${AUTORECONF} -f -i ${AUTORECONF_ARGS}; then \
${ECHO_MSG} '===> Mk/Uses/autoreconf.mk: Error running ${AUTORECONF}'; \
${FALSE}; fi)
. endif

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 22, 7:01 PM (16 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31994776
Default Alt Text
D38498.diff (850 B)

Event Timeline