From 99795bb9d0930caf561eeaaa7a63054b154fbaa4 Mon Sep 17 00:00:00 2001 From: kwm Date: Fri, 27 Feb 2009 12:49:00 +0000 Subject: Remove -Wmissing-include-dirs from CFLAGS. it crashes gcc on -current. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11934 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/libsoup/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index b8a6fb420..399375bea 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/devel/libsoup/Makefile,v 1.52 2008/11/25 16:22:57 marcus Exp $ +# $MCom: ports/devel/libsoup/Makefile,v 1.54 2009/02/27 07:23:25 marcus Exp $ # PORTNAME= libsoup @@ -50,6 +50,10 @@ pre-everything:: @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support" @${ECHO_MSG} "" +post-patch: + @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ + ${WRKSRC}/configure + .include .endif -- cgit