svn commit: r319071 - head/irc/gseen.mod

Pietro Cerutti gahr at FreeBSD.org
Sat May 25 20:07:56 UTC 2013


Author: gahr
Date: Sat May 25 20:07:55 2013
New Revision: 319071
URL: http://svnweb.freebsd.org/changeset/ports/319071

Log:
  - Fix build with Tcl 8.6 by actually using CONFIGURE_ARGS when invoking CONFIGURE_SCRIPT
  
  Reported by:    miwi (Tcl/Tk 8.6 exp-run latecomers)
  Approved by:    portmgr

Modified:
  head/irc/gseen.mod/Makefile   (contents, props changed)

Modified: head/irc/gseen.mod/Makefile
==============================================================================
--- head/irc/gseen.mod/Makefile	Sat May 25 20:01:57 2013	(r319070)
+++ head/irc/gseen.mod/Makefile	Sat May 25 20:07:55 2013	(r319071)
@@ -40,7 +40,7 @@ post-extract:
 pre-build:
 	@${ECHO_CMD} gseen.mod >> ${WRKSRC}/.modules
 	@${ECHO_CMD} gseen.mod >> ${WRKSRC}/.known_modules
-	@cd ${WRKSRC} && ./configure
+	@cd ${WRKSRC} && ./configure ${CONFIGURE_ARGS}
 
 do-install:
 	@${MKDIR} ${LOCALBASE}/lib/eggdrop ${LOCALBASE}/share/eggdrop/language


More information about the svn-ports-all mailing list