mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
audio/zrythm: enable LTO on powerpc64
This commit is contained in:
parent
d994aefe0c
commit
1b6ac9cb31
1 changed files with 1 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= zrythm
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.0.0-alpha.26.0.13
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -63,12 +63,6 @@ LDFLAGS+= ${LOCALBASE}/lib/libfftw3_threads.so ${LOCALBASE}/lib/libfftw3f_thread
|
|||
|
||||
BINARY_ALIAS= git=false python3=${PYTHON_CMD}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc64
|
||||
MESON_ARGS= -Db_lto=false
|
||||
.endif
|
||||
|
||||
post-patch: # https://git.zrythm.org/zrythm/zrythm/issues/299
|
||||
@${REINPLACE_CMD} 's|<malloc.h>|<stdlib.h>|' ${WRKSRC}/ext/midilib/src/*.c
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue