mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
805512dd8f
with and ok volker@
13 lines
388 B
Plaintext
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
|