diff options
author | linimon <linimon@FreeBSD.org> | 2011-12-28 11:53:49 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-12-28 11:53:49 +0800 |
commit | 3a281b9024bddc13859665a3bdd772d173ca200d (patch) | |
tree | 39096c1ccc6cd2d4b6f038a53da6e0fb0023c839 /graphics | |
parent | 4bf342a5835cfd1a25dc42afb371e49643166e04 (diff) | |
download | freebsd-ports-gnome-3a281b9024bddc13859665a3bdd772d173ca200d.tar.gz freebsd-ports-gnome-3a281b9024bddc13859665a3bdd772d173ca200d.tar.zst freebsd-ports-gnome-3a281b9024bddc13859665a3bdd772d173ca200d.zip |
Mark as ignore on powerpc: runs out of virtual memory while trying to
compile.
Hat: portmgr
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mapnik/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index 37295ce17df6..e6452fcef4ef 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -103,6 +103,10 @@ SCONS_ENV+= INPUT_PLUGINS="`${ECHO} ${INPUT_PLUGINS} | ${TR} ' ' ,`" .include <bsd.port.pre.mk> +.if ${ARCH} == "powerpc" +IGNORE= does not install: runs out of virtual memory +.endif + .if defined (MAKE_JOBS_NUMBER) SCONS_ENV+= JOBS=${MAKE_JOBS_NUMBER} .endif |