1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add USE_GCC=any as a temporary patch to work around a crash in the clang

compiler after the 3.3 update. The problem was reported upstream but no
patch available yet.

Submitted by:	miwi
This commit is contained in:
Koop Mast 2013-05-10 14:14:10 +00:00
parent fc2dfe40f9
commit ade836fb8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317804
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -18,6 +18,8 @@ LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
CFLAGS:= ${CFLAGS} -O2 -Wno-format
USES= bison pathfix pkgconfig gettext
# workaround a crash in clang 3.3 crash llvm bug # 15840
USE_GCC= any
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= glib20 libxml2 ltverhack ltasneededhack