summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-05-02 21:28:05 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-05-02 21:28:05 +0000
commita441031b5a5e378daedc15e18d1d4045274c2eeb (patch)
tree38e8ff959b198d19a44cc5b82143260aa15c00ab
parent- Assign maintainership to new volunteer (diff)
- Limit brokedness status to amd64 arch
Reported by: Michael Butler <imb@protected-networks.net>
Notes
Notes: svn path=/head/; revision=273490
-rw-r--r--audio/soundtouch/Makefile2
-rw-r--r--x11-toolkits/qt4-gui/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile
index c879010c2858..f4a31980ed07 100644
--- a/audio/soundtouch/Makefile
+++ b/audio/soundtouch/Makefile
@@ -21,7 +21,7 @@ PORTDOCS= README.html
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 900000
+.if ${ARCH} == "amd64" && ${OSVERSION} >= 900000
BROKEN= does not compile on FreeBSD 9.X
.endif
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