mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 10:59:14 -04:00
13 lines
505 B
Text
13 lines
505 B
Text
--- tools/Makefile.orig
|
|
+++ tools/Makefile
|
|
@@ -7,8 +7,8 @@
|
|
endif
|
|
|
|
repack-thes-dict_OBJ := $(d)repack-thes-dict.o $(TOP)lib/libaegisub.a
|
|
-repack-thes-dict_LIBS := $(LIBS_BOOST) $(LIBS_ICU)
|
|
-repack-thes-dict_CPPFLAGS := -I$(TOP) -I$(TOP)libaegisub/include $(CFLAGS_ICU)
|
|
+repack-thes-dict_LIBS := $(LIBS_BOOST) $(LIBS_ICU) $(LIBS_PTHREAD) $(LIBS_ICONV)
|
|
+repack-thes-dict_CPPFLAGS := -I$(TOP) -I$(TOP)libaegisub/include $(CFLAGS_ICU) $(CFLAGS_ICONV) $(CFLAGS_PTHREAD)
|
|
|
|
PROGRAM += $(d)repack-thes-dict
|
|
|