openbsd-ports/print/gv/patches/patch-src_Makefile_in
jasper 9ec6ec012f - long overdue update of gv to 3.7.1.
among the many fixes are security fixes for CVE-2002-0838, CVE-2006-5864,
CVE-2010-2055 and CVE-2010-2056
- tweak DESCR
- fix MASTER_SITES/HOMEPAGE
- update license version
2010-09-14 08:50:07 +00:00

16 lines
439 B
Plaintext

$OpenBSD: patch-src_Makefile_in,v 1.1 2010/09/14 08:50:07 jasper Exp $
- Fix linking (needs libiconv)
--- src/Makefile.in.orig Tue Jun 8 19:59:16 2010
+++ src/Makefile.in Tue Sep 14 10:41:13 2010
@@ -423,7 +423,7 @@ LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
+LIBS = @LIBS@ -liconv
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@