12 lines
444 B
Plaintext
12 lines
444 B
Plaintext
$OpenBSD: patch-libidn_pc_in,v 1.5 2012/03/23 11:01:11 ajacoutot Exp $
|
|
--- libidn.pc.in.orig Tue Jan 3 23:17:30 2012
|
|
+++ libidn.pc.in Fri Mar 23 11:55:54 2012
|
|
@@ -18,6 +18,6 @@ Name: Libidn
|
|
Description: IETF stringprep, nameprep, punycode, IDNA text processing.
|
|
URL: http://www.gnu.org/software/libidn/
|
|
Version: @VERSION@
|
|
-Libs: -L${libdir} -lidn
|
|
+Libs: -L${libdir} -lidn -lintl -liconv
|
|
Libs.private: @LTLIBICONV@
|
|
Cflags: -I${includedir}
|