mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Fix build by letting configure come up with it's own value of ${CPP}
Reported by: pointyhat
This commit is contained in:
parent
411eb44cd9
commit
0b2e6364e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264246
@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_ARGS+= CSPECIAL="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
LDFLAGS+= -lm
|
||||
CPP= #
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${DATADIR}
|
||||
|
@ -22,6 +22,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The 'Internet Relay Chat' Client
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CPP= #
|
||||
MAN1= irc.1
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user