13 lines
466 B
Plaintext
13 lines
466 B
Plaintext
$OpenBSD: patch-src_gpg-error-config_in,v 1.3 2013/03/23 13:38:06 ajacoutot Exp $
|
|
--- src/gpg-error-config.in.orig Sat Feb 23 17:38:49 2013
|
|
+++ src/gpg-error-config.in Sat Mar 23 14:35:35 2013
|
|
@@ -75,7 +75,7 @@ while test $# -gt 0; do
|
|
output="$output -L$libdir"
|
|
;;
|
|
esac
|
|
- output="$output @GPG_ERROR_CONFIG_LIBS@"
|
|
+ output="$output @GPG_ERROR_CONFIG_LIBS@ @LTLIBINTL@"
|
|
;;
|
|
--host)
|
|
echo "@GPG_ERROR_CONFIG_HOST@"
|