mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-10-02 16:41:09 -04:00
17 lines
438 B
Plaintext
17 lines
438 B
Plaintext
$NetBSD: patch-gettext-runtime_configure,v 1.1 2015/04/11 18:27:32 bsiegert Exp $
|
|
|
|
Only run libasprintf configure when its build has been selected.
|
|
http://savannah.gnu.org/bugs/index.php?44808
|
|
|
|
--- gettext-runtime/configure.orig Wed Dec 24 07:00:41 2014
|
|
+++ gettext-runtime/configure
|
|
@@ -31734,7 +31734,7 @@ fi
|
|
|
|
|
|
|
|
-subdirs="$subdirs libasprintf"
|
|
+subdirs="$subdirs $SUBDIR_libasprintf"
|
|
|
|
|
|
ac_config_files="$ac_config_files Makefile"
|