aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gdc/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2008-08-08 03:00:13 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2008-08-08 03:00:13 +0800
commitad6c6a7849b9953655a8613983b22992c1ef3ffd (patch)
tree021a44f2d27fba2b100e446fb311f059ddcc6244 /lang/gdc/Makefile
parent46912d842e556824f2b8f644f39ebdea1577e449 (diff)
downloadfreebsd-ports-gnome-ad6c6a7849b9953655a8613983b22992c1ef3ffd.tar.gz
freebsd-ports-gnome-ad6c6a7849b9953655a8613983b22992c1ef3ffd.tar.zst
freebsd-ports-gnome-ad6c6a7849b9953655a8613983b22992c1ef3ffd.zip
- 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)
Diffstat (limited to 'lang/gdc/Makefile')
-rw-r--r--lang/gdc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gdc/Makefile b/lang/gdc/Makefile
index c626efb9ee5e..15fd2b16befe 100644
--- a/lang/gdc/Makefile
+++ b/lang/gdc/Makefile
@@ -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