pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mono-git: try to skip ./configure during autogen.sh



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Apr 18 00:32:52 2016 +0200
Changeset:	fdcab606ef091114fd4e88d5c2db303debd8a548

Modified Files:
	mono-git/Makefile

Log Message:
mono-git: try to skip ./configure during autogen.sh

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fdcab606ef091114fd4e88d5c2db303debd8a548

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mono-git/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/mono-git/Makefile b/mono-git/Makefile
index bcb7c6e..6873e6a 100644
--- a/mono-git/Makefile
+++ b/mono-git/Makefile
@@ -163,7 +163,7 @@ CFLAGS+=		-march=i586
 .endif
 
 pre-configure:
-	${RUN} cd ${WRKSRC} && ./autogen.sh
+	${RUN} cd ${WRKSRC} && NOCONFIGURE=1 ./autogen.sh
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/data/net_4_5/DefaultWsdlHelpGenerator.aspx \


Home | Main Index | Thread Index | Old Index