Date: Wed, 26 Dec 2018 21:12:17 +0000 (UTC) From: Barbara Guida <bar@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488446 - head/games/vavoom Message-ID: <201812262112.wBQLCHIe077621@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812262112.wBQLCHIe077621>