svn commit: r364853 - head/graphics/ffff

Vanilla I. Shu vanilla at FreeBSD.org
Thu Aug 14 16:10:14 UTC 2014


Author: vanilla
Date: Thu Aug 14 16:10:14 2014
New Revision: 364853
URL: http://svnweb.freebsd.org/changeset/ports/364853
QAT: https://qat.redports.org/buildarchive/r364853/

Log:
  1: add USE_GCC=any to fix build.
  2: Stagify.

Modified:
  head/graphics/ffff/Makefile

Modified: head/graphics/ffff/Makefile
==============================================================================
--- head/graphics/ffff/Makefile	Thu Aug 14 16:02:17 2014	(r364852)
+++ head/graphics/ffff/Makefile	Thu Aug 14 16:10:14 2014	(r364853)
@@ -14,6 +14,7 @@ COMMENT=	Fast Mandelbrot fractal generat
 USE_XORG=	x11 xmu xext
 USE_GL=		gl glut
 USES=		dos2unix zip
+USE_GCC=	any
 
 SOURCE=		FFFF3 FragmentProgram FragmentProgramARB10 GPUProgram \
 		PixelBuffer VertexProgram VertexProgramATI VertexProgramNV \
@@ -29,7 +30,6 @@ PLIST_FILES=	bin/ffff
 # contains x86 assembler
 ONLY_FOR_ARCHS=	i386
 
-NO_STAGE=	yes
 do-build:
 .for f in ${SOURCE}
 	${CXX} ${CXXFLAGS} -c ${WRKSRC}/${f}.cpp -o ${WRKSRC}/${f}.obj
@@ -37,6 +37,6 @@ do-build:
 	${CXX} ${LDFLAGS} ${SOURCE:C/(.*)/${WRKSRC}\/\1.obj/} -o ${WRKSRC}/${PORTNAME}
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list