diff options
author | tron <tron@pkgsrc.org> | 2001-08-11 23:14:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-08-11 23:14:46 +0000 |
commit | a9ff3ded3bfd4c881310edbc0b6e212edfd15b68 (patch) | |
tree | 7d690b18058117340b5f9b8d9e9bc553d9761ade /chat/xchat/patches | |
parent | b9a0798e678c89b9f2db10c36d4632104fa8e356 (diff) | |
download | pkgsrc-a9ff3ded3bfd4c881310edbc0b6e212edfd15b68.tar.gz |
Fix build problem reported by Martin Husemann in PR pkg/13680 by manually
adding "-lintl" to another "Makefile.in".
Diffstat (limited to 'chat/xchat/patches')
-rw-r--r-- | chat/xchat/patches/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/xchat/patches/patch-ae b/chat/xchat/patches/patch-ae new file mode 100644 index 00000000000..b9c3e90950b --- /dev/null +++ b/chat/xchat/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2001/08/11 23:14:46 tron Exp $ + +--- src/fe-gtk/Makefile.in.orig Sun Aug 12 01:05:18 2001 ++++ src/fe-gtk/Makefile.in Sun Aug 12 01:09:32 2001 +@@ -104,7 +104,7 @@ + bin_PROGRAMS = xchat + + CFLAGS = $(GUI_CFLAGS) +-LIBS = $(GUI_LIBS) ++LIBS = $(GUI_LIBS) -lintl + + INCLUDES = -I$(includedir) + |