svn commit: r488446 - head/games/vavoom

Barbara Guida bar at FreeBSD.org
Wed Dec 26 21:12:18 UTC 2018


Author: bar
Date: Wed Dec 26 21:12:17 2018
New Revision: 488446
URL: https://svnweb.freebsd.org/changeset/ports/488446

Log:
  Removed post-configure target to fix the build.

Modified:
  head/games/vavoom/Makefile

Modified: head/games/vavoom/Makefile
==============================================================================
--- head/games/vavoom/Makefile	Wed Dec 26 21:08:59 2018	(r488445)
+++ head/games/vavoom/Makefile	Wed Dec 26 21:12:17 2018	(r488446)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vavoom
 PORTVERSION=	1.33
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/Vavoom-source/${PORTVERSION}
 
@@ -72,13 +72,6 @@ post-patch:
 		${WRKSRC}/utils/acc/parse.c
 	@${REINPLACE_CMD} -e 's/<malloc.h>/<stdlib.h>/' \
 		${WRKSRC}/utils/acc/strlist.c
-
-post-configure:
-.if ${PORT_OPTIONS:MLAUNCHER}
-	@${REINPLACE_CMD} -e 's/-pthread;-D_THREAD_SAFE //; \
-			s/-isystem /-I/g' \
-		${WRKSRC}/utils/vlaunch/CMakeFiles/vlaunch.dir/flags.make
-.endif
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}


More information about the svn-ports-all mailing list