openbsd-ports/net/xchat/patches/patch-src_fe-text_Makefile_in
brad d3d261467e I don't know how shell@ managed to do this but the patch for
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.
2003-05-30 15:34:45 +00:00

13 lines
504 B
Plaintext

$OpenBSD: patch-src_fe-text_Makefile_in,v 1.6 2003/05/30 15:34:45 brad Exp $
--- src/fe-text/Makefile.in.orig Fri May 30 11:24:22 2003
+++ src/fe-text/Makefile.in Fri May 30 11:24:36 2003
@@ -146,7 +146,7 @@ DEFS = @DEFS@
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
+LIBS = @LIBS@ $(LIBICONV)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/fe-text.Po ./$(DEPDIR)/glib.Po