diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-14 06:19:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-14 06:19:30 +0000 |
commit | d43f7f7b6909daa9dfb040577218954df88a02dd (patch) | |
tree | 333ba32b8c0901805cda594834688be62eb2aaab /games/fkiss | |
parent | d49489e6dbcdf4a59d3c02dec9a40c2209c16392 (diff) | |
download | ports-d43f7f7b6909daa9dfb040577218954df88a02dd.tar.gz ports-d43f7f7b6909daa9dfb040577218954df88a02dd.zip |
Notes
Diffstat (limited to 'games/fkiss')
-rw-r--r-- | games/fkiss/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile index 55e383b928f5..03ce9746409f 100644 --- a/games/fkiss/Makefile +++ b/games/fkiss/Makefile @@ -39,6 +39,8 @@ ESOUND_LDFLAGS= `pkgconf --libs-only-L esound ` ESOUND_CONFIGURE_ENV_OFF= ac_cv_lib_esd_esd_open_sound=no \ ac_cv_header_esd_h=no +BROKEN_aarch64= Fails to compile: error: passing char * to parameter of incompatible type __builtin_va_list + post-patch: @${REINPLACE_CMD} -e 's|= @X_LIBS@|= @LDFLAGS@ @X_LIBS@|g' \ ${WRKSRC}/Makefile.in |