summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-mta/courier/files/courier-0.74.0-fix-linking.diff')
-rw-r--r--mail-mta/courier/files/courier-0.74.0-fix-linking.diff24
1 files changed, 0 insertions, 24 deletions
diff --git a/mail-mta/courier/files/courier-0.74.0-fix-linking.diff b/mail-mta/courier/files/courier-0.74.0-fix-linking.diff
deleted file mode 100644
index f9d10d02c432..000000000000
--- a/mail-mta/courier/files/courier-0.74.0-fix-linking.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur courier-0.74.0/libs/gpglib/Makefile.am courier-0.74.0-1/libs/gpglib/Makefile.am
---- courier-0.74.0/libs/gpglib/Makefile.am 2014-12-04 03:31:09.000000000 +0100
-+++ courier-0.74.0-1/libs/gpglib/Makefile.am 2014-12-14 02:18:25.599274395 +0100
-@@ -18,7 +18,7 @@
-
- testgpg_SOURCES=testgpg.c
- testgpg_DEPENDENCIES=libgpg.la ../numlib/libnumlib.la
--testgpg_LDADD= -lunicode $(testgpg_DEPENDENCIES)
-+testgpg_LDADD= $(testgpg_DEPENDENCIES) -lunicode
- testgpg_LDFLAGS=-static
-
- mimegpg_SOURCES=mimegpg.c
-diff -Naur courier-0.74.0/libs/gpglib/Makefile.in courier-0.74.0-1/libs/gpglib/Makefile.in
---- courier-0.74.0/libs/gpglib/Makefile.in 2014-12-13 15:26:42.000000000 +0100
-+++ courier-0.74.0-1/libs/gpglib/Makefile.in 2014-12-14 02:18:35.512275143 +0100
-@@ -335,7 +335,7 @@
-
- testgpg_SOURCES = testgpg.c
- testgpg_DEPENDENCIES = libgpg.la ../numlib/libnumlib.la
--testgpg_LDADD = -lunicode $(testgpg_DEPENDENCIES)
-+testgpg_LDADD = $(testgpg_DEPENDENCIES) -lunicode
- testgpg_LDFLAGS = -static
- mimegpg_SOURCES = mimegpg.c
- mimegpg_LDADD = libgpg.la ../rfc2045/librfc2045.la ../rfc822/librfc822.la \