diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2007-10-09 18:42:05 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2007-10-09 18:42:05 +0000 |
commit | b67972e806eee9faf2867e181693b5dc7364ccdf (patch) | |
tree | cebeec50eda6b165af2b371b07af42becd80bfa2 /graphics/xaralx | |
parent | 900ee5c5b7b2e52d243c0763361b08782b34f18a (diff) |
Notes
Diffstat (limited to 'graphics/xaralx')
-rw-r--r-- | graphics/xaralx/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/xaralx/Makefile b/graphics/xaralx/Makefile index 12af0ed7f0ef..57704379d654 100644 --- a/graphics/xaralx/Makefile +++ b/graphics/xaralx/Makefile @@ -63,18 +63,16 @@ PLIST_SUB+= PKGNAMESUFFIX=${PKGNAMESUFFIX} \ DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||} \ PIXMAPSDIR=${PIXMAPSDIR:S|^${PREFIX}/||} +# building with gcc 4.2 results in libKernel.a becoming 800+ MB +# and hitting the 400 MB file limit on pointyhat +NO_PACKAGE= yes + .include <bsd.port.pre.mk> .if ${ARCH} != "i386" && ${ARCH} != "amd64" && ${ARCH} != "powerpc" 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}/' \ |