13 lines
491 B
Plaintext
13 lines
491 B
Plaintext
$OpenBSD: patch-src_gpg-error-config_in,v 1.2 2010/07/27 21:45:06 ajacoutot Exp $
|
|
--- src/gpg-error-config.in.orig Thu Jan 14 10:18:30 2010
|
|
+++ src/gpg-error-config.in Tue Jul 27 23:32:48 2010
|
|
@@ -72,7 +72,7 @@ while test $# -gt 0; do
|
|
if test "x$libdir" != "x/usr/lib" -a "x$libdir" != "x/lib"; then
|
|
output="$output -L$libdir"
|
|
fi
|
|
- output="$output @GPG_ERROR_CONFIG_LIBS@"
|
|
+ output="$output @GPG_ERROR_CONFIG_LIBS@ @LTLIBINTL@"
|
|
;;
|
|
*)
|
|
usage 1 1>&2
|