From 28216f98398b02c0325df69263ba4d33c6e0ce80 Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 8 Nov 2010 15:03:51 +0000 Subject: - Fix build by letting configure come up with it's own value of ${CPP} Reported by: pointyhat --- irc/dancer/Makefile | 1 + japanese/ircII/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/irc/dancer/Makefile b/irc/dancer/Makefile index 48e1d9702fc9..3ca4eba81952 100644 --- a/irc/dancer/Makefile +++ b/irc/dancer/Makefile @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes MAKE_ARGS+= CSPECIAL="${CFLAGS}" LDFLAGS="${LDFLAGS}" LDFLAGS+= -lm +CPP= # do-install: @${MKDIR} ${DATADIR} diff --git a/japanese/ircII/Makefile b/japanese/ircII/Makefile index 37a3594b2733..f205fb7e4315 100644 --- a/japanese/ircII/Makefile +++ b/japanese/ircII/Makefile @@ -22,6 +22,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The 'Internet Relay Chat' Client GNU_CONFIGURE= yes +CPP= # MAN1= irc.1 post-install: -- cgit