diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-03 16:09:44 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-03 16:09:44 +0000 |
commit | 24a52f6c23bdcc836d8248ded23e38338c7d04b9 (patch) | |
tree | 2d9def0d6e80e2edcd88f60c8917132ef08b1c1d /graphics/agg | |
parent | Now builds on sparc64. (diff) |
Now builds on sparc64.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=425242
Diffstat (limited to 'graphics/agg')
-rw-r--r-- | graphics/agg/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile index 9040b2ea8592..47535aaf42af 100644 --- a/graphics/agg/Makefile +++ b/graphics/agg/Makefile @@ -28,6 +28,4 @@ MAKE_JOBS_UNSAFE= yes CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -I../include -L./ -BROKEN_sparc64= Does not compile - .include <bsd.port.mk> |