mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 06:26:12 -04:00
16 lines
408 B
Plaintext
16 lines
408 B
Plaintext
$NetBSD: patch-ag,v 1.7 2015/12/29 23:34:47 dholland Exp $
|
|
|
|
Honor pkgsrc LDFLAGS.
|
|
|
|
--- 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
|