summaryrefslogtreecommitdiff
path: root/security/gnutls/patches/patch-lib_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnutls/patches/patch-lib_Makefile.in')
-rw-r--r--security/gnutls/patches/patch-lib_Makefile.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/gnutls/patches/patch-lib_Makefile.in b/security/gnutls/patches/patch-lib_Makefile.in
new file mode 100644
index 00000000000..3dd3b9bf5fb
--- /dev/null
+++ b/security/gnutls/patches/patch-lib_Makefile.in
@@ -0,0 +1,13 @@
+$NetBSD: patch-lib_Makefile.in,v 1.1 2013/07/08 08:30:01 wiz Exp $
+
+--- lib/Makefile.in.orig 2013-07-07 13:37:03.000000000 +0000
++++ lib/Makefile.in
+@@ -350,7 +350,7 @@ am_libgnutls_la_OBJECTS = $(am__objects_
+ libgnutls_la_OBJECTS = $(am_libgnutls_la_OBJECTS)
+ libgnutls_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+- $(libgnutls_la_LDFLAGS) $(LDFLAGS) -o $@
++ $(libgnutls_la_LDFLAGS) $(LDFLAGS) -lgmp -o $@
+ @ENABLE_CXX_TRUE@libgnutlsxx_la_DEPENDENCIES = libgnutls.la
+ am__libgnutlsxx_la_SOURCES_DIST = gnutlsxx.cpp
+ @ENABLE_CXX_TRUE@am_libgnutlsxx_la_OBJECTS = \