1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Also add USE_GCC=any as workaround for clang 3.3 crash on i386

This commit is contained in:
Koop Mast 2013-05-10 16:59:15 +00:00
parent f50011fcc3
commit c7ee117f4c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317830
2 changed files with 5 additions and 0 deletions

View File

@ -56,6 +56,9 @@ CFLAGS:= ${CFLAGS} -O2 -Wno-format
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS} ${PTHREAD_LIBS}
# workaround a crash in clang 3.3 crash llvm bug # 15840
USE_GCC= any
DEFAULT_AUDIOSINK?= osssink
DEFAULT_AUDIOSRC?= osssrc

View File

@ -19,6 +19,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-i
CFLAGS:= ${CFLAGS} -O2 -Wno-format
USES= bison gettext pathfix pkgconfig
# workaround a crash in clang 3.3 crash llvm bug # 15840
USE_GCC= any
USE_XZ= yes
USE_GMAKE= yes
MAKE_JOBS_SAVE= yes