pkgsrc-WIP-changes archive

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

wine64: Remove do-configure stage



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Wed Jul 10 16:56:57 2019 +0200
Changeset:	25c35e54d463c940180f6086c35193671675e24e

Modified Files:
	wine64/Makefile

Log Message:
wine64: Remove do-configure stage

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

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

diffstat:
 wine64/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diffs:
diff --git a/wine64/Makefile b/wine64/Makefile
index 7dd7464181..fd6c605ee0 100644
--- a/wine64/Makefile
+++ b/wine64/Makefile
@@ -37,9 +37,6 @@ post-extract:
 	${MKDIR} ${BUILD32}
 	${MKDIR} ${BUILD32}
 
-do-configure:
-	cd ${BUILD32} && ${SETENV} ${MAKE_ENV} ${WRKSRC}/configure ${CONFIGURE_ARGS}
-
 do-build:
 	cd ${BUILD32} && ${SETENV} ${MAKE_ENV} ${GMAKE} -j${MAKE_JOBS}
 


Home | Main Index | Thread Index | Old Index