diff options
author | tron <tron@pkgsrc.org> | 2001-08-12 10:50:42 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-08-12 10:50:42 +0000 |
commit | d358e13d63e1fd496645217ed16176e2e4c07213 (patch) | |
tree | caaffd634700a7ebfe52c2ce29a27056233887c2 /chat/xchat/patches | |
parent | b43943971a0b82974ce5092915485e1159f7f82d (diff) | |
download | pkgsrc-d358e13d63e1fd496645217ed16176e2e4c07213.tar.gz |
Fix another sporadic occuring build problem.
Diffstat (limited to 'chat/xchat/patches')
-rw-r--r-- | chat/xchat/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/xchat/patches/patch-af b/chat/xchat/patches/patch-af new file mode 100644 index 00000000000..7d2337db445 --- /dev/null +++ b/chat/xchat/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 2001/08/12 10:50:43 tron Exp $ + +--- src/fe-text/Makefile.in.orig Sun Aug 12 12:37:54 2001 ++++ src/fe-text/Makefile.in Sun Aug 12 12:43:12 2001 +@@ -119,7 +119,7 @@ + DEFS = @DEFS@ -I. -I$(srcdir) -I../.. + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -lintl + @USE_MYGLIB_FALSE@xchat_text_OBJECTS = fe-text.o + @USE_MYGLIB_TRUE@xchat_text_OBJECTS = fe-text.o glib.o + xchat_text_DEPENDENCIES = ../common/libxchatmain.a |