From 1ad8fe17da9152a492bb559ccb7f3f07685e6fc6 Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Sat, 8 Jan 2000 22:00:24 +0000 Subject: Fix for -current now. c++ -nostdinc ... -I/usr/include breaks if netinet/in.h is included for some reason. --- net-im/centericq/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net-im') diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index a265807ac062..91de95d7894e 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -15,11 +15,12 @@ MAINTAINER= cpiazza@FreeBSD.org .include .if ${OSVERSION} < 400010 LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses +CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include\ + -I/usr/include .endif WRKSRC= ${WRKDIR}/center USE_GMAKE= yes -CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include -I/usr/include post-patch: @${PERL} -pi -e 's:__PREFIX__:${PREFIX}:' ${WRKSRC}/centerICQ.cc -- cgit v1.2.3