On Tue, 03 May 2011 20:14:12 +0200, Andreas Tobler wrote:
> On 03.05.11 20:03, Pav Lucistnik wrote:
> > Here is complete block.
> >
> > CPU: Intel(R) Xeon(R) CPU           L5335  @ 2.00GHz (1995.04-MHz K8-class 
> > CPU)
> >    Origin = "GenuineIntel"  Id = 0x6fb  Family = 6  Model = f  Stepping = 11
> >    
> > Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
> >    
> > Features2=0x4e33d<SSE3,DTES64,MON,DS_CPL,VMX,TM2,SSSE3,CX16,xTPR,PDCM,DCA>
> >    AMD Features=0x20100800<SYSCALL,NX,LM>
> >    AMD Features2=0x1<LAHF>
> >    TSC: P-state invariant
> 
> Ok, I had again a look at the buildlog from gohan61:
> 
> MMX/3DNOW/SSE/SSE2/SSE3. no/no/no/no/yes
> SSSE3/SSE4.1/SSE4.2..... yes/no/no
> 
> While my config says this:
> 
> MMX/3DNOW/SSE/SSE2/SSE3. yes/no/yes/yes/yes
> SSSE3/SSE4.1/SSE4.2..... yes/no/no
> 
> No I need to find where and how this stuff is detected.

Could you test the patch attached?
Index: bsd.qt.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.qt.mk,v
retrieving revision 1.21
diff -u -r1.21 bsd.qt.mk
--- bsd.qt.mk	25 Mar 2011 09:54:14 -0000	1.21
+++ bsd.qt.mk	3 May 2011 19:53:19 -0000
@@ -65,7 +65,8 @@
 		SHLIB_SHVER=${QT4_VERSION:R}
 
 .if defined(PACKAGE_BUILDING)
-CONFIGURE_ARGS+=-no-mmx -no-3dnow -no-sse -no-sse2
+CONFIGURE_ARGS+=-no-mmx -no-3dnow -no-sse -no-sse2 -no-sse3 \
+		-no-ssse3 -no-sse4.1 -no-sse4.2
 .endif #defined(PACKAGE_BUILDING)
 
 # .if defined(PORTNAME) && ${PORTNAME} != "xmlpatterns"
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to