aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/velocity
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-03-16 18:35:40 +0800
committerpav <pav@FreeBSD.org>2004-03-16 18:35:40 +0800
commitb9ed5a62a4c7d575fc3eea4d9a8e7ed4ec270e18 (patch)
treef56be170641019f172fbda9a7be28fb48bb8b6f0 /x11-fm/velocity
parent227c1aabe630bd97cb2c626c9e53f18d68aabb79 (diff)
downloadfreebsd-ports-gnome-b9ed5a62a4c7d575fc3eea4d9a8e7ed4ec270e18.tar.gz
freebsd-ports-gnome-b9ed5a62a4c7d575fc3eea4d9a8e7ed4ec270e18.tar.zst
freebsd-ports-gnome-b9ed5a62a4c7d575fc3eea4d9a8e7ed4ec270e18.zip
- Allow build on upcoming gcc-2.4 by removing *_DISABLE_DEPRECATED
PR: ports/64175 Submitted by: Mezz <mezz7@cox.net> Approved by: maintainer
Diffstat (limited to 'x11-fm/velocity')
-rw-r--r--x11-fm/velocity/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-fm/velocity/Makefile b/x11-fm/velocity/Makefile
index 7869249c60e9..ca6f0de05389 100644
--- a/x11-fm/velocity/Makefile
+++ b/x11-fm/velocity/Makefile
@@ -19,6 +19,11 @@ WRKSRC= ${WRKDIR}/velocity-0.1.0
USE_LIBTOOL_VER=13
USE_X_PREFIX= yes
USE_BZIP2= yes
+USE_REINPLACE= yes
USE_GNOME= libgnomeui gnomedesktop librsvg2
+post-patch:
+ @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>