mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/fraqtive: Use default SSE2 on amd64 and i386
Use upstream default config for this arches.
This commit is contained in:
parent
6c15aedc14
commit
78b13cb9ec
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= fraqtive
|
PORTNAME= fraqtive
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 0.4.8.1
|
DISTVERSION= 0.4.8.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
|
|
||||||
MAINTAINER= eduardo@FreeBSD.org
|
MAINTAINER= eduardo@FreeBSD.org
|
||||||
|
@ -17,6 +18,8 @@ USE_GITHUB= yes
|
||||||
GH_ACCOUNT= mimecorg
|
GH_ACCOUNT= mimecorg
|
||||||
|
|
||||||
OPTIONS_DEFINE= SSE2
|
OPTIONS_DEFINE= SSE2
|
||||||
|
OPTIONS_DEFAULT_amd64= SSE2
|
||||||
|
OPTIONS_DEFAULT_i386= SSE2
|
||||||
SSE2_DESC= Enable SSE2 optimization
|
SSE2_DESC= Enable SSE2 optimization
|
||||||
SSE2_QMAKE_ON= CONFIG+=sse2
|
SSE2_QMAKE_ON= CONFIG+=sse2
|
||||||
SSE2_QMAKE_OFF= CONFIG+=no-sse2
|
SSE2_QMAKE_OFF= CONFIG+=no-sse2
|
||||||
|
|
Loading…
Add table
Reference in a new issue