openbsd-ports/net/xchat/patches/patch-src_fe-text_Makefile_in
2003-04-19 15:45:22 +00:00

13 lines
421 B
Plaintext

$OpenBSD: patch-src_fe-text_Makefile_in,v 1.5 2003/04/19 15:45:22 couderc Exp $
--- src/fe-gtk/Makefile.in.orig Wed Dec 11 10:42:59 2002
+++ src/fe-gtk/Makefile.in Sat Apr 19 16:19:19 2003
@@ -125,7 +125,7 @@ localedir = $(datadir)/locale
bin_PROGRAMS = xchat
CFLAGS = $(GUI_CFLAGS)
-LIBS = $(GUI_LIBS)
+LIBS = $(GUI_LIBS) $(INTLLIBS)
INCLUDES = -I$(includedir) -I$(top_srcdir)/intl -DLOCALEDIR=\"$(localedir)\"