mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix typo in r342600.
This commit is contained in:
parent
126be08616
commit
ec6ac4e6db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342612
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(MACHONE_CPU) && ${MACHINE_CPU:Msse}!=""
|
||||
.if defined(MACHINE_CPU) && ${MACHINE_CPU:Msse}!=""
|
||||
CONFIGURE_ARGS+= --enable-sse
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue