git: 4db4235fd22e - main - devel/tijmp: fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Feb 2026 17:29:02 UTC
The branch main has been updated by ronald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4db4235fd22e09cca97d6c7706b2066062b859a3
commit 4db4235fd22e09cca97d6c7706b2066062b859a3
Author: Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2026-02-10 08:04:05 +0000
Commit: Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2026-02-10 17:28:45 +0000
devel/tijmp: fix typo
Forgot a line continuation character ('\').
This resulted in:
===> Patching for tijmp-0.8
sed: -I or -i may not be used with stdin
*** Error code 1
PR: 272855
Fixes: 7a8f1bb9a37e54e870f83802f381d67e9c485de1 "allow compiling with any jdk"
---
devel/tijmp/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/tijmp/Makefile b/devel/tijmp/Makefile
index 5dad48f02627..c21714a89a2b 100644
--- a/devel/tijmp/Makefile
+++ b/devel/tijmp/Makefile
@@ -30,7 +30,7 @@ OPTIONS_DEFINE= DOCS OPTIMIZED_CFLAGS
OPTIMIZED_CFLAGS_CFLAGS= -O3
post-patch:
- @${REINPLACE_CMD}
+ @${REINPLACE_CMD} \
-e '/^jardir =/s|=.*|= ${JAVAJARDIR}|' \
-e 's| -source 1.6 | |' \
${WRKSRC}/Makefile.in