diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-02 21:28:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-02 21:28:05 +0000 |
commit | a441031b5a5e378daedc15e18d1d4045274c2eeb (patch) | |
tree | 38e8ff959b198d19a44cc5b82143260aa15c00ab /x11-toolkits | |
parent | 5fe7b70c5abacba945410deb663bb77a2c000620 (diff) | |
download | ports-a441031b5a5e378daedc15e18d1d4045274c2eeb.tar.gz ports-a441031b5a5e378daedc15e18d1d4045274c2eeb.zip |
- Limit brokedness status to amd64 arch
Reported by: Michael Butler <imb@protected-networks.net>
Notes
Notes:
svn path=/head/; revision=273490
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt4-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile index 435031c22a3e..4353cac00a09 100644 --- a/x11-toolkits/qt4-gui/Makefile +++ b/x11-toolkits/qt4-gui/Makefile @@ -90,7 +90,7 @@ RUN_DEPENDS+= ${FONTSCALE}:${X_FONTS_TTF_PORT} \ CFLAGS+= -mminimal-toc .endif -.if ${OSVERSION} >= 900000 +.if ${ARCH} == "amd64" && ${OSVERSION} >= 900000 BROKEN= does not compile on FreeBSD 9.X .endif |