mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
- Respect CC, CFLAGS
- Respect X11BASE [1] Reported by: pointyhat [1]
This commit is contained in:
parent
787e8dbf9e
commit
053e370b71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178327
@ -20,4 +20,9 @@ PLIST_FILES= bin/wbd
|
||||
WRKSRC= ${WRKDIR}/wbd
|
||||
MAKEFILE= makefile
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,^CC.*=,CC ?=,' -e 's,^CFLAGS.*=,CFLAGS +=,' \
|
||||
-e 's,/usr/X11R6,${X11BASE},g' \
|
||||
${WRKSRC}/${MAKEFILE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user