mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Brute-force patch ./configure and fix build with custom LOCALBASE.
Reported by: QATty
This commit is contained in:
parent
04c19715cc
commit
d5185463c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235531
@ -57,4 +57,9 @@ CONFIGURE_ARGS+=--without-gnome
|
||||
PLIST_SUB+= GNOME="@comment "
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's,/usr/local/include,${LOCALBASE}/include,' \
|
||||
-e 's,/usr/local/lib,${LOCALBASE}/lib,' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user