- 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:
parent
7ae3c6ea2a
commit
ef43726900
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218207
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user