From 8bfdf101d2e36af0260d6b4a4828e13ac6504457 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Thu, 14 Aug 2014 16:10:14 +0000 Subject: [PATCH] 1: add USE_GCC=any to fix build. 2: Stagify. --- graphics/ffff/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/ffff/Makefile b/graphics/ffff/Makefile index 32c4b2ad7d3b..b65d614cc977 100644 --- a/graphics/ffff/Makefile +++ b/graphics/ffff/Makefile @@ -14,6 +14,7 @@ COMMENT= Fast Mandelbrot fractal generator 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