databases/libdrizzle: switch to GCC on powerpc*

GCC-only parameter is necessary:
cc: error: unknown argument: '-mno-fused-madd'
This commit is contained in:
Piotr Kubaj 2020-06-11 17:30:21 +00:00
parent defe12367f
commit 8b8fb92b63

View file

@ -36,6 +36,8 @@ ALL_TARGET= all doxygen
.if ${ARCH} == "i386"
CONFIGURE_ARGS+=--disable-64bit
.elif ${ARCH:Mpowerpc*}
USES+= compiler:gcc-c++11-lib
.endif
post-install: