1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Unbreak

- Use sysctl to find out whether SSE is supported
This commit is contained in:
Pietro Cerutti 2011-09-07 14:36:13 +00:00
parent cd9a175421
commit 1deea9d0fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281381

View File

@ -19,8 +19,6 @@ LIB_DEPENDS= vorbisfile:${PORTSDIR}/audio/libvorbis \
guile:${PORTSDIR}/lang/guile \
asound.2:${PORTSDIR}/audio/alsa-lib
BROKEN= does not deinstall
USE_XORG= x11
USE_GMAKE= yes
USE_GNOME= gnomehack intlhack libgnomecanvas
@ -36,7 +34,8 @@ MAKE_JOBS_UNSAFE= yes
.include <bsd.port.pre.mk>
.if ${MACHINE_CPU:Msse}
HAS_SSE!= ${SYSCTL} -n hw.instruction_sse
.if ${HAS_SSE} == 1
PLIST_SUB+= SSE=""
.else
PLIST_SUB+= SSE="@comment "