diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-04 16:12:48 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-04 16:12:48 +0800 |
commit | 5a9a87d9bd44a5b49e62e10bcbc4ced613677929 (patch) | |
tree | 29e43ab5ac07810133a4950744e8d72c7b284c65 /deskutils/lightning | |
parent | a733c13145d7ad7c84857f0c93b9ec905ac8becc (diff) | |
download | freebsd-ports-graphics-5a9a87d9bd44a5b49e62e10bcbc4ced613677929.tar.gz freebsd-ports-graphics-5a9a87d9bd44a5b49e62e10bcbc4ced613677929.tar.zst freebsd-ports-graphics-5a9a87d9bd44a5b49e62e10bcbc4ced613677929.zip |
Mark as broken with gcc4.2.
Diffstat (limited to 'deskutils/lightning')
-rw-r--r-- | deskutils/lightning/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/deskutils/lightning/Makefile b/deskutils/lightning/Makefile index 14daec94514..eeddfc84a09 100644 --- a/deskutils/lightning/Makefile +++ b/deskutils/lightning/Makefile @@ -25,6 +25,7 @@ HAS_CONFIGURE= yes USE_GMAKE= yes USE_BZIP2= yes WANT_GNOME= yes +WANT_PERL= yes SUNBIRD= ${PORTNAME} SUNBIRD_ICON_SRC= ${PREFIX}/lib/sunbird/icons/default.xpm SUNBIRD_ICON= ${PORTNAME}.xpm @@ -41,7 +42,11 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=calendar .include "${PORTSDIR}/www/mozilla/Makefile.common" .if ${ARCH}=="sparc64" -IGNORE= does not build +BROKEN= does not build +.endif + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 .endif post-patch: |