svn commit: r494759 - head/games/ponscripter-sekai

Jan Beich jbeich at FreeBSD.org
Wed Mar 6 02:55:09 UTC 2019


Author: jbeich
Date: Wed Mar  6 02:55:07 2019
New Revision: 494759
URL: https://svnweb.freebsd.org/changeset/ports/494759

Log:
  games/ponscripter-sekai: unbreak on powerpc64
  
  gmake[2]: *** No rule to make target 'graphics_maltivec.o', needed by 'ponscr'.  Stop.
  
  Reported by:	pkg-fallout

Modified:
  head/games/ponscripter-sekai/Makefile   (contents, props changed)

Modified: head/games/ponscripter-sekai/Makefile
==============================================================================
--- head/games/ponscripter-sekai/Makefile	Wed Mar  6 02:55:01 2019	(r494758)
+++ head/games/ponscripter-sekai/Makefile	Wed Mar  6 02:55:07 2019	(r494759)
@@ -51,6 +51,7 @@ TREMOR_LIB_DEPENDS_OFF=	libvorbisfile.so:audio/libvorb
 post-patch:
 	@${REINPLACE_CMD} -e '/^ifdef DEBUG/,/^$$/d' \
 		-e 's/$$STRIPFLAG/${STRIP}/' \
+		-e 's/_maltivec/_altivec/g' \
 		${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's/$$(LIBS)/$$(LDFLAGS) &/' \
 		${WRKSRC}/src/Makefile.ponscripter


More information about the svn-ports-all mailing list