diff options
Diffstat (limited to 'devel/hp48xgcc/Makefile')
-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 |