diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-16 19:34:00 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-16 19:34:00 +0000 |
commit | 2d37bb6f93c4b8275556f9b90f42629d9300349d (patch) | |
tree | ce13e694307d2c4b6326ca9662fb4b8c2cc0e965 /devel/hp48xgcc | |
parent | c52004c7052bca8bf1c9bbf5b4b213c1a32360fd (diff) | |
download | ports-2d37bb6f93c4b8275556f9b90f42629d9300349d.tar.gz ports-2d37bb6f93c4b8275556f9b90f42629d9300349d.zip |
Notes
Diffstat (limited to 'devel/hp48xgcc')
-rw-r--r-- | devel/hp48xgcc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/hp48xgcc/Makefile b/devel/hp48xgcc/Makefile index a287c0f86cc9..8713cafcf7cf 100644 --- a/devel/hp48xgcc/Makefile +++ b/devel/hp48xgcc/Makefile @@ -40,6 +40,8 @@ MAKE_ARGS= GCC_SRC="${GCC_DIR}" GCC_VERSION="${GCC_VER}" \ .if ${ARCH} != "i386" BROKEN= Configure fails on !i386 +.else +BROKEN= fails to install .endif post-extract: .SILENT |