mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Unbreak port if asterisk is installed
PR: 95969 Reported by: Wes Santee <wes@bogon.net> Approved by: maintainer timeout
This commit is contained in:
parent
594b0dc64c
commit
b8a0e40f8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169841
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ USE_GMAKE= yes
|
|||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|^CFLAGS=|CFLAGS=${CFLAGS} -D__FreeBSD__ |g; \
|
||||
's|^CFLAGS=|CFLAGS= -I${WRKSRC}/include ${CFLAGS}|g; \
|
||||
s|$$(INSTALL_PREFIX)/usr/sbin|${PREFIX}/bin|g; \
|
||||
s|$$(INSTALL_PREFIX)/usr/share|${PREFIX}/share|g' ${WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} -e \
|
||||
|
|
Loading…
Add table
Reference in a new issue