mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Unbreak
- Use sysctl to find out whether SSE is supported
This commit is contained in:
parent
cd9a175421
commit
1deea9d0fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281381
1 changed files with 2 additions and 3 deletions
|
@ -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 "
|
||||
|
|
Loading…
Add table
Reference in a new issue