d3d261467e
src/fe-gtk/Makefile.in was in patch-src_fe-text_Makefile_in, also add a patch for the real src/fe-text/Makefile.in to add in a missing -liconv so this will link properly on a.out systems.
13 lines
417 B
Plaintext
13 lines
417 B
Plaintext
$OpenBSD: patch-src_fe-gtk_Makefile_in,v 1.1 2003/05/30 15:34:45 brad Exp $
|
|
--- src/fe-gtk/Makefile.in.orig Wed Dec 11 04:42:59 2002
|
|
+++ src/fe-gtk/Makefile.in Fri May 30 11:24:11 2003
|
|
@@ -125,7 +125,7 @@ localedir = $(datadir)/locale
|
|
bin_PROGRAMS = xchat
|
|
|
|
CFLAGS = $(GUI_CFLAGS)
|
|
-LIBS = $(GUI_LIBS)
|
|
+LIBS = $(GUI_LIBS) $(LIBICONV)
|
|
|
|
INCLUDES = -I$(includedir) -I$(top_srcdir)/intl -DLOCALEDIR=\"$(localedir)\"
|
|
|