svn commit: r424305 - head/audio/espeak

Jason E. Hale jhale at FreeBSD.org
Thu Oct 20 03:51:29 UTC 2016


Author: jhale
Date: Thu Oct 20 03:51:28 2016
New Revision: 424305
URL: https://svnweb.freebsd.org/changeset/ports/424305

Log:
  Fix build when RUNTIME option is selected
  
  PR:		213633
  Approved by:	portmgr (blanket)
  MFH:		2016Q4

Modified:
  head/audio/espeak/Makefile

Modified: head/audio/espeak/Makefile
==============================================================================
--- head/audio/espeak/Makefile	Thu Oct 20 03:19:44 2016	(r424304)
+++ head/audio/espeak/Makefile	Thu Oct 20 03:51:28 2016	(r424305)
@@ -52,7 +52,6 @@ BROKEN_sparc64=	Does not compile on spar
 
 post-patch:
 	cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} ${REINPLACE_FILES}
-post-patch-PORTAUDIO-on:
 	${MV} ${WRKSRC}/src/portaudio19.h ${WRKSRC}/src/portaudio.h
 
 post-install:


More information about the svn-ports-head mailing list