diff options
author | scrappy <scrappy@FreeBSD.org> | 1998-11-05 11:13:23 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1998-11-05 11:13:23 +0800 |
commit | 2bafe101f161adfb1e561a166bb81a09d8bcd2f3 (patch) | |
tree | edfead2e4af8bdc78b16fb474313e62332001514 /devel/mico | |
parent | a881b1ffde8b77288e91ab855615da30efbc5a26 (diff) | |
download | freebsd-ports-gnome-2bafe101f161adfb1e561a166bb81a09d8bcd2f3.tar.gz freebsd-ports-gnome-2bafe101f161adfb1e561a166bb81a09d8bcd2f3.tar.zst freebsd-ports-gnome-2bafe101f161adfb1e561a166bb81a09d8bcd2f3.zip |
Added a patch from the MICO developers that allow it to compile with a
current bug in the egcs port (its not a bug in the port, its a bug in egcs
itself)...
Change dependencies so that it will compile using --disable-mini-stl
Diffstat (limited to 'devel/mico')
-rw-r--r-- | devel/mico/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile index c59657d8e297..c0cbe0437264 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -3,7 +3,7 @@ # Date created: 11 July 1998 # Whom: Marc G. Fournier <scrappy@freebsd.org> # -# $Id: Makefile,v 1.11 1998/10/31 21:36:11 scrappy Exp $ +# $Id: Makefile,v 1.12 1998/10/31 21:40:22 scrappy Exp $ # DISTNAME= mico-2.2.1 @@ -15,6 +15,10 @@ MAINTAINER= scrappy@freebsd.org LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk \ qt.1:${PORTSDIR}/x11-toolkits/qt140 \ tcl80.1:${PORTSDIR}/lang/tcl80 +BUILD_DEPENDS= eg++:${PORTSDIR}/devel/egcs + +CC= egcc +CXX= eg++ USE_QT= yes GNU_CONFIGURE= yes @@ -23,7 +27,7 @@ USE_GMAKE= yes WRKSRC= ${WRKDIR}/mico CONFIGURE_ARGS= --with-qt --with-gtk --with-tcl \ - --disable-optimize --disable-shared + --disable-optimize --disable-shared --disable-mini-stl MAN1= idl.1 imr.1 nsadmin.1 MAN5= micorc.5 |