ports/x11/gnustep/terminal/patches/patch-GNUmakefile

15 lines
315 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: GNUmakefile
--- GNUmakefile.orig
+++ GNUmakefile
@@ -68,6 +68,10 @@ ifeq ($(findstring freebsd, $(GNUSTEP_TARGET_OS)), fre
Terminal_TOOL_LIBS += -liconv
endif
+ifeq ($(findstring openbsd, $(GNUSTEP_TARGET_OS)), openbsd)
+ Terminal_TOOL_LIBS += -liconv
+endif
+
Terminal_TOOL_LIBS += -lutil
endif