- Bring back --disable-shared, as removing it was not needed to fix exceptions and it also broke gdc on 6.x

Approved by:	miwi (mentor implicit)
This commit is contained in:
Dmitry Marakasov 2008-08-07 19:00:13 +00:00
parent 7ae3c6ea2a
commit ef43726900
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218207

View File

@ -7,7 +7,7 @@
PORTNAME= gdc
PORTVERSION= 0.24
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GCC} \
${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/dgcc/g:S/$/:gdc/g}
@ -35,6 +35,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--disable-nls \
--with-system-zlib \
--with-libiconv-prefix=${LOCALBASE} \
--disable-shared \
--enable-languages=c,c++,d \
--enable-thread-lib=-pthread
CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}\///}/configure