Skip to content

Commit

Permalink
databases/mysql-udf: remove redundant +
Browse files Browse the repository at this point in the history
While here, add the same for armv7 to fix build.
  • Loading branch information
pkubaj committed Nov 18, 2021
1 parent 33aebe3 commit 19595d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions databases/mysql-udf/Makefile
Expand Up @@ -12,12 +12,12 @@ COMMENT= Set of user-defined functions for the MySQL server
WRKSRC= ${WRKDIR}/${PORTNAME}

USES= mysql
CFLAGS_aarch64+=-fPIC
CFLAGS_amd64+= -fPIC
CFLAGS_i386+= -fPIC
CFLAGS_powerpc+= -fPIC
CFLAGS_powerpc64+= -fPIC
CFLAGS_powerpc64le+= -fPIC
CFLAGS_aarch64= -fPIC
CFLAGS_amd64= -fPIC
CFLAGS_i386= -fPIC
CFLAGS_powerpc= -fPIC
CFLAGS_powerpc64= -fPIC
CFLAGS_powerpc64le= -fPIC

MODULES= colwidth confidence_higher confidence_lower correlation \
faculty geomean intercept kurtosis longest median noverm \
Expand Down

0 comments on commit 19595d2

Please sign in to comment.