forked from Lainports/freebsd-ports
databases/libdrizzle: switch to GCC on powerpc*
GCC-only parameter is necessary: cc: error: unknown argument: '-mno-fused-madd'
This commit is contained in:
parent
defe12367f
commit
8b8fb92b63
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue