openbsd-ports/devel/popt/patches/patch-configure

13 lines
505 B
Plaintext
Raw Normal View History

2011-10-24 14:52:18 -04:00
$OpenBSD: patch-configure,v 1.3 2011/10/24 18:52:18 jasper Exp $
--- configure.orig Sat Sep 3 04:16:58 2011
+++ configure Sat Sep 3 04:17:21 2011
@@ -16076,7 +16076,7 @@ _ACEOF
# (https://bugzilla.novell.com/show_bug.cgi?id=529921)
# - Don't require a not upstream patch to pkgconfig
# (https://bugs.freedesktop.org/show_bug.cgi?id=16095)
-popt_pkgconfig_libs='-L${libdir} -lpopt'
+popt_pkgconfig_libs='-L${libdir} -lpopt -lintl -liconv'
case "${host}" in
*-*-linux*)
case "${libdir}" in