openbsd-ports/net/xchat/patches/patch-src_fe-text_Makefile_in
shell 11e08feee6 fixed build fail due to missing libiconv. ok brad@
reported by ex0dus <ex0dus@p3ngu1n.org>
2002-04-03 01:13:06 +00:00

13 lines
339 B
Plaintext

$OpenBSD: patch-src_fe-text_Makefile_in,v 1.3 2002/04/03 01:13:06 shell Exp $
--- src/fe-gtk/Makefile.in.orig Wed Apr 3 08:31:27 2002
+++ src/fe-gtk/Makefile.in Wed Apr 3 08:31:42 2002
@@ -107,7 +107,7 @@
bin_PROGRAMS = xchat
CFLAGS = $(GUI_CFLAGS)
-LIBS = $(GUI_LIBS)
+LIBS = $(GUI_LIBS) $(INTLLIBS)
INCLUDES = -I$(includedir)