diff options
Diffstat (limited to 'lang/gauche/patches/patch-ag')
-rw-r--r-- | lang/gauche/patches/patch-ag | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/gauche/patches/patch-ag b/lang/gauche/patches/patch-ag new file mode 100644 index 00000000000..6851fa1a09f --- /dev/null +++ b/lang/gauche/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.5 2006/03/31 18:35:22 jlam Exp $ + +--- ext/charconv/Makefile.in.orig 2005-09-10 05:05:28.000000000 -0400 ++++ ext/charconv/Makefile.in +@@ -5,7 +5,7 @@ top_srcdir = @top_srcdir@ + include ../Makefile.ext + + XCPPFLAGS = @ICONV_CPPFLAGS@ +-XLDFLAGS = @ICONV_LDFLAGS@ ++XLDFLAGS = @ICONV_LDFLAGS@ $(ICONV_LDFLAGS) + XLIBS = @ICONV_LIB@ + + SCM_CATEGORY = gauche |