aboutsummaryrefslogtreecommitdiff
path: root/devel/gvd/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-04-04 13:57:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-04-04 13:57:51 +0000
commit5351d36c7e68bd3323a3c4177193e980b1c98066 (patch)
treeffa2546dce58f4efba3e967bd0edfebc2dbb8ea6 /devel/gvd/Makefile
parent7e6dc129b764448e75cacff7b339f04abcfc8656 (diff)
downloadports-5351d36c7e68bd3323a3c4177193e980b1c98066.tar.gz
ports-5351d36c7e68bd3323a3c4177193e980b1c98066.zip
- 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. "
Notes
Notes: svn path=/head/; revision=132471
Diffstat (limited to 'devel/gvd/Makefile')
-rw-r--r--devel/gvd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gvd/Makefile b/devel/gvd/Makefile
index e9ad780bd777..de0ba23e2578 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