Files
ports/misc/brltty/patches/patch-Programs_Makefile_in
T
semarie 805512dd8f misc/brltty: update to 6.9.1
with and ok volker@
2026-06-14 08:50:43 +00:00

13 lines
388 B
Plaintext

Index: Programs/Makefile.in
--- Programs/Makefile.in.orig
+++ Programs/Makefile.in
@@ -618,7 +618,7 @@ ctb_translate.$O:
$(CC) $(LIBCFLAGS) $(ICU_INCLUDES) -c $(SRC_DIR)/ctb_translate.c
ctb_native.$O:
- $(CC) $(LIBCFLAGS) -c $(SRC_DIR)/ctb_native.c
+ $(CC) $(LIBCFLAGS) $(ICU_INCLUDES) -c $(SRC_DIR)/ctb_native.c
ctb_external.$O:
$(CC) $(LIBCFLAGS) -c $(SRC_DIR)/ctb_external.c