svn commit: r325554 - head/games/apricots

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 28 21:15:10 UTC 2013


Author: amdmi3
Date: Wed Aug 28 21:15:09 2013
New Revision: 325554
URL: http://svnweb.freebsd.org/changeset/ports/325554

Log:
  - Fix build

Modified:
  head/games/apricots/Makefile

Modified: head/games/apricots/Makefile
==============================================================================
--- head/games/apricots/Makefile	Wed Aug 28 21:12:38 2013	(r325553)
+++ head/games/apricots/Makefile	Wed Aug 28 21:15:09 2013	(r325554)
@@ -39,13 +39,14 @@ USE_OPENAL=	al alut
 .endif
 
 post-patch:
+	@${CP} -pP ${WRKSRC}/configure.in ${WRKSRC}/configure.in.in
 .if ${PORT_OPTIONS:MOPENAL}
 	@${REINPLACE_CMD} -e '/^LIBS = / s|$$| -lopenal -lalut|' \
 		${WRKSRC}/apricots/Makefile.in
 .else
 	@${REINPLACE_CMD} -e 's|-DAP_AUDIO_OPENAL||' ${WRKSRC}/configure
 .endif
-	@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure ${WRKSRC}/ac*.m4
 
 .if ${PORT_OPTIONS:MDOCS}
 post-install:


More information about the svn-ports-head mailing list