aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2011-12-16 17:10:57 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2011-12-16 17:10:57 +0000
commite3136c0628d34bd17da22e023e4c0be5c2248f66 (patch)
treeede160cb21b7deeeb1730ccabdcf97d65cd665ae /x11-themes
parente41e73622808b9fbc686f95384685ee802146d50 (diff)
downloadports-e3136c0628d34bd17da22e023e4c0be5c2248f66.tar.gz
ports-e3136c0628d34bd17da22e023e4c0be5c2248f66.zip
- Switch to GNU make as parallel builds (-jX) are broken with BSD make(1)
- Unbreak on amd64 by disabling MMX and SSE2 optimizations in this case
Notes
Notes: svn path=/head/; revision=287486
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/polymer/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-themes/polymer/Makefile b/x11-themes/polymer/Makefile
index 1a583c64626b..1708f658f99d 100644
--- a/x11-themes/polymer/Makefile
+++ b/x11-themes/polymer/Makefile
@@ -20,6 +20,7 @@ BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
USE_BZIP2= yes
USE_AUTOTOOLS= autoheader
+USE_GMAKE= yes # parallel builds (-jX) are broken with BSD make(1)
USE_QT_VER= 3
USE_LDCONFIG= yes
@@ -33,16 +34,14 @@ QTSTYLESDIR= ${PREFIX}/lib/plugins/styles
.include <bsd.port.pre.mk>
-.if ${ARCH} == amd64
-BROKEN= Does not compile on amd64
-.endif
-
+.if ${ARCH} != amd64
.if ${MACHINE_CPU:Mmmx}
CONFIGURE_ARGS+= --enable-mmx
.endif
.if ${MACHINE_CPU:Msse2}
CONFIGURE_ARGS+= --enable-sse2
.endif
+.endif
do-install:
@${MKDIR} ${QTSTYLESDIR}