svn commit: r382947 - head/games/lbreakout

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 1 19:56:06 UTC 2015


Author: amdmi3
Date: Wed Apr  1 19:56:04 2015
New Revision: 382947
URL: https://svnweb.freebsd.org/changeset/ports/382947

Log:
  - Remove unneeded -pthread replace

Modified:
  head/games/lbreakout/Makefile

Modified: head/games/lbreakout/Makefile
==============================================================================
--- head/games/lbreakout/Makefile	Wed Apr  1 19:53:52 2015	(r382946)
+++ head/games/lbreakout/Makefile	Wed Apr  1 19:56:04 2015	(r382947)
@@ -18,9 +18,6 @@ USES=		gmake
 GNU_CONFIGURE=	yes
 LIBS+=		-lcompat
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure
-
 pre-install:
 	${MKDIR} ${STAGEDIR}/var/games/${PORTNAME}
 


More information about the svn-ports-head mailing list