summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2008-02-13 10:37:40 +0000
committerAlon Bar-Lev <alonbl@gentoo.org>2008-02-13 10:37:40 +0000
commit652e7fe0443a88a57c6704208384e7438b4b8331 (patch)
tree1409b0e0259a1dc383c28237de63353e629aba16 /net-libs/gnutls/files
parentCleanup (diff)
downloadgentoo-2-652e7fe0443a88a57c6704208384e7438b4b8331.tar.gz
gentoo-2-652e7fe0443a88a57c6704208384e7438b4b8331.tar.bz2
gentoo-2-652e7fe0443a88a57c6704208384e7438b4b8331.zip
Cleanup
(Portage version: 2.1.4.3)
Diffstat (limited to 'net-libs/gnutls/files')
-rw-r--r--net-libs/gnutls/files/gnutls-1.4.4-selflink.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-libs/gnutls/files/gnutls-1.4.4-selflink.patch b/net-libs/gnutls/files/gnutls-1.4.4-selflink.patch
deleted file mode 100644
index 297f988dc8db..000000000000
--- a/net-libs/gnutls/files/gnutls-1.4.4-selflink.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -urNp gnutls-1.4.4.org/libextra/Makefile.am gnutls-1.4.4/libextra/Makefile.am
---- gnutls-1.4.4.org/libextra/Makefile.am 2006-03-08 12:48:08.000000000 +0200
-+++ gnutls-1.4.4/libextra/Makefile.am 2006-09-19 18:14:58.000000000 +0300
-@@ -59,7 +59,7 @@ lib_LTLIBRARIES = libgnutls-extra.la
-
- libgnutls_extra_la_SOURCES = gnutls_extra.c
-
--libgnutls_openssl_la_LDFLAGS = -no-undefined
-+libgnutls_openssl_la_LDFLAGS = -no-undefined -L../lib/.libs
-
- # OpenSSL
-
-@@ -83,7 +83,7 @@ endif
- # OpenPGP
-
- libgnutls_extra_la_LIBADD =
--libgnutls_extra_la_LDFLAGS = -no-undefined
-+libgnutls_extra_la_LDFLAGS = -no-undefined -L../lib/.libs
- if ENABLE_OPENPGP
- libgnutls_extra_la_SOURCES += gnutls_openpgp.c
- libgnutls_extra_la_LIBADD += openpgp/libgnutls_openpgp.la