openbsd-ports/math/graphviz/patches/patch-tclpkg_tkstubs_Makefile_in
edd f5263ad576 Update to graphviz-2.36.0.
Addresses some CVEs:
http://www.debian.org/security/2014/dsa-2843

Thanks to Sebastian Trahm for pointing these out.

OK jasper@
2014-02-06 17:32:27 +00:00

13 lines
428 B
Plaintext

$OpenBSD: patch-tclpkg_tkstubs_Makefile_in,v 1.3 2014/02/06 17:32:27 edd Exp $
--- tclpkg/tkstubs/Makefile.in.orig2 Sun Feb 2 23:25:32 2014
+++ tclpkg/tkstubs/Makefile.in Sun Feb 2 23:25:49 2014
@@ -250,7 +250,7 @@ LIBLTDL = @LIBLTDL@
LIBLTDL_LDFLAGS = @LIBLTDL_LDFLAGS@
LIBOBJS = @LIBOBJS@
LIBPOSTFIX = @LIBPOSTFIX@
-LIBS = @TK_STUB_LIB_SPEC@
+LIBS = $(TK_STUB_LIB_SPEC)
LIBTOOL = @LIBTOOL@
LIPO = @LIPO@
LN_S = @LN_S@