git: 78b13cb9ecb8 - main - graphics/fraqtive: Use default SSE2 on amd64 and i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Nov 2024 09:17:52 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=78b13cb9ecb8c0c0f59e09ba8d0264d023d6f688 commit 78b13cb9ecb8c0c0f59e09ba8d0264d023d6f688 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-11-12 09:15:54 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-11-12 09:17:21 +0000 graphics/fraqtive: Use default SSE2 on amd64 and i386 Use upstream default config for this arches. --- graphics/fraqtive/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/graphics/fraqtive/Makefile b/graphics/fraqtive/Makefile index 780b6d15a089..e060e75e330d 100644 --- a/graphics/fraqtive/Makefile +++ b/graphics/fraqtive/Makefile @@ -1,6 +1,7 @@ PORTNAME= fraqtive DISTVERSIONPREFIX= v DISTVERSION= 0.4.8.1 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= eduardo@FreeBSD.org @@ -17,6 +18,8 @@ USE_GITHUB= yes GH_ACCOUNT= mimecorg OPTIONS_DEFINE= SSE2 +OPTIONS_DEFAULT_amd64= SSE2 +OPTIONS_DEFAULT_i386= SSE2 SSE2_DESC= Enable SSE2 optimization SSE2_QMAKE_ON= CONFIG+=sse2 SSE2_QMAKE_OFF= CONFIG+=no-sse2