Skip to content

Commit

Permalink
graphics/mypaint: enable OPENMP on powerpc64*
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Mar 16, 2023
1 parent ffbe0e2 commit 372ac7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion graphics/mypaint/Makefile
@@ -1,7 +1,7 @@
PORTNAME= mypaint
DISTVERSIONPREFIX=v
DISTVERSION= 2.0.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics

PATCH_SITES= https://github.com/garynthompson/${PORTNAME}/commit/
Expand Down Expand Up @@ -37,6 +37,8 @@ USE_LDCONFIG= yes

OPTIONS_DEFINE= OPENMP
OPTIONS_DEFAULT_amd64= OPENMP
OPTIONS_DEFAULT_powerpc64= OPENMP
OPTIONS_DEFAULT_powerpc64le= OPENMP

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mypaint/lib/_mypaintlib*.so
Expand Down

0 comments on commit 372ac7f

Please sign in to comment.