mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Avoid configure re-run
- Don't link against librt for clock_gettime PR: ports/148985 Submitted by: swell.k@gmail.com
This commit is contained in:
parent
cb06361801
commit
501b473f8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260577
@ -42,7 +42,8 @@ MAKE_ARGS+= SUBDIRS="${SUBDIRS}"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-E -e '/LIBS/s/-lrt(\ )*//; /LIBRT/s/-lrt//' \
|
||||
-e 's|pkgconfigdir=.*|pkgconfigdir=\"\\$$(prefix)/libdata/pkgconfig\"|g' \
|
||||
${WRKSRC}/configure ${WRKSRC}/configure.ac
|
||||
${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user