14 lines
385 B
Plaintext
14 lines
385 B
Plaintext
$NetBSD: patch-ag,v 1.6 2007/01/19 12:59:02 uebayasi Exp $
|
|
|
|
--- ext/charconv/Makefile.in.orig 2005-09-10 18:04:04.000000000 +0900
|
|
+++ 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
|