aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2024-04-15 10:18:41 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2024-04-15 10:20:10 +0000
commit2ee80e47061c13eaedcf3eeac0a32a43ecf14aea (patch)
tree45f16d40a86f70966141bcf9f40ba67323cf55e0
parent2d80d8f4cc61d66f614154e9891c7b346e5fbd90 (diff)
downloadports-2ee80e47061c13eaedcf3eeac0a32a43ecf14aea.tar.gz
ports-2ee80e47061c13eaedcf3eeac0a32a43ecf14aea.zip
lang/yap: fix build after previous commit
Make pre-configure more robust.
-rw-r--r--lang/yap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/yap/Makefile b/lang/yap/Makefile
index 41ddab2be836..8ea4c5365493 100644
--- a/lang/yap/Makefile
+++ b/lang/yap/Makefile
@@ -55,7 +55,7 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS}"
.if ${OPSYS} == FreeBSD && ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 180
pre-configure:
${REINPLACE_CMD} 's/-export-dynamic/-Wl,--export-dynamic/' \
- configure packages/cplint/slipcase/Makefile.in
+ ${WRKSRC}/configure ${WRKSRC}/packages/cplint/slipcase/Makefile.in
.endif
.if ${ARCH:Mpowerpc*}