Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163131442
D38498.id127452.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
850 B
Referenced Files
None
Subscribers
None
D38498.id127452.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 21, 9:02 AM (24 m, 6 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35311181
Default Alt Text
D38498.id127452.diff (850 B)
Attached To
Mode
D38498: Mk/Uses: autoreconf.mk: Add AUTORECONF_ARGS
Attached
Detach File
Event Timeline
Log In to Comment