diff options
author | pav <pav@FreeBSD.org> | 2005-04-04 13:57:51 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-04 13:57:51 +0000 |
commit | f3f0eaaab38155dbfc9d80259b7d0e1ebc268323 (patch) | |
tree | 13ed3fc682d4bbd473465c1b664cdce4bc76c8c6 /devel/gvd | |
parent | e838fac7e4da12d331719893a02aa07823093f75 (diff) | |
download | FreeBSD-ports-f3f0eaaab38155dbfc9d80259b7d0e1ebc268323.zip FreeBSD-ports-f3f0eaaab38155dbfc9d80259b7d0e1ebc268323.tar.gz |
- Naive attempt to fix build on FreeBSD 6, where ports have -O2, which is
unknown to adagcc
- Reset maintainership:
" I do not have access to any FreeBSD system at this time on which I can
test this port. Feel free to mark it as broken and unmaintained. "
Diffstat (limited to 'devel/gvd')
-rw-r--r-- | devel/gvd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gvd/Makefile b/devel/gvd/Makefile index e9ad780..de0ba23 100644 --- a/devel/gvd/Makefile +++ b/devel/gvd/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://libre.act-europe.fr/gvd/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src EXTRACT_SUFX= .tgz -MAINTAINER= sam@inf.enst.fr +MAINTAINER= ports@FreeBSD.org COMMENT= GNU Visual Debugger, a graphical front-end to gdb and jdb BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat \ @@ -23,8 +23,8 @@ LIB_DEPENDS= gtkada.12:${PORTSDIR}/x11-toolkits/gtkada WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes -CONFIGURE_ENV= CC=adagcc -MAKE_ENV= CC=adagcc +CONFIGURE_ENV= CC=adagcc CFLAGS="${CFLAGS:S/-O2 -fno-strict-aliasing/-O/}" +MAKE_ENV= CC=adagcc CFLAGS="${CFLAGS:S/-O2 -fno-strict-aliasing/-O/}" USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes |