aboutsummaryrefslogtreecommitdiff
path: root/security/gnutls
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2005-02-07 08:21:07 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2005-02-07 08:21:07 +0000
commitc78dd874e5354e0af25723b5e58be3d0eab5ddc1 (patch)
treed22b1349a3d17b0a437cbba8f22f3c030f6d1b25 /security/gnutls
parentcdf463f9b6e8643155ce718e4421fc91cdeb268f (diff)
downloadports-c78dd874e5354e0af25723b5e58be3d0eab5ddc1.tar.gz
ports-c78dd874e5354e0af25723b5e58be3d0eab5ddc1.zip
Notes
Diffstat (limited to 'security/gnutls')
-rw-r--r--security/gnutls/files/patch-lib_Makefile.in11
-rw-r--r--security/gnutls/files/patch-libextra_Makefile.in11
2 files changed, 22 insertions, 0 deletions
diff --git a/security/gnutls/files/patch-lib_Makefile.in b/security/gnutls/files/patch-lib_Makefile.in
new file mode 100644
index 000000000000..edc8e9ace966
--- /dev/null
+++ b/security/gnutls/files/patch-lib_Makefile.in
@@ -0,0 +1,11 @@
+--- lib/Makefile.in.orig Sun Nov 14 00:54:35 2004
++++ lib/Makefile.in Fri Jan 28 16:11:24 2005
+@@ -296,7 +296,7 @@
+ m4data_DATA = libgnutls.m4
+
+ # Pkg-config script.
+-pkgconfigdir = $(libdir)/pkgconfig
++pkgconfigdir = $(prefix)/libdata/pkgconfig
+ pkgconfig_DATA = gnutls.pc
+ DISTCLEANFILES = $(pkgconfig_DATA)
+ LIBGNUTLS_EXPORTS = -export-symbols-regex '^(_gnutls|gnutls|_E_).*'
diff --git a/security/gnutls/files/patch-libextra_Makefile.in b/security/gnutls/files/patch-libextra_Makefile.in
new file mode 100644
index 000000000000..3c088dfd7e51
--- /dev/null
+++ b/security/gnutls/files/patch-libextra_Makefile.in
@@ -0,0 +1,11 @@
+--- libextra/Makefile.in.orig Fri Jan 28 16:38:05 2005
++++ libextra/Makefile.in Fri Jan 28 16:38:25 2005
+@@ -306,7 +306,7 @@ m4datadir = $(datadir)/aclocal
+ m4data_DATA = libgnutls-extra.m4
+
+ # Pkg-config script.
+-pkgconfigdir = $(libdir)/pkgconfig
++pkgconfigdir = $(prefix)/libdata/pkgconfig
+ pkgconfig_DATA = gnutls-extra.pc
+ DISTCLEANFILES = $(pkgconfig_DATA)
+ LIBGNUTLS_EXTRA_EXPORTS = -export-symbols-regex '^gnutls.*'