diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 05:03:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 05:03:10 +0000 |
commit | fecb2d6f3c88a937acdded683d139cedaeede55a (patch) | |
tree | 48cbbd5196cc920795edb105fa8b4318651a8521 /graphics/xaralx | |
parent | 04d63da655911afd526481ffc097e10cc34dbc0e (diff) |
Notes
Diffstat (limited to 'graphics/xaralx')
-rw-r--r-- | graphics/xaralx/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/xaralx/Makefile b/graphics/xaralx/Makefile index ff1ecbcbd237..12af0ed7f0ef 100644 --- a/graphics/xaralx/Makefile +++ b/graphics/xaralx/Makefile @@ -69,6 +69,12 @@ PLIST_SUB+= PKGNAMESUFFIX=${PKGNAMESUFFIX} \ BROKEN= does not configure due to the lack of CDraw libraries for ${ARCH} .endif +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + post-patch: ${REINPLACE_CMD} -E \ -e 's/^Name=Xara Xtreme$$/Name=Xara Xtreme ${PORTVERSION}/' \ |