forked from Lainports/freebsd-ports
This one just seems to hang and chew CPU, at least on my -current laptop. I fear having to build a separate GNOME environment, with all the debug symbols, to track this one down. Two GNOME's on one machine! He must be mad!
49 lines
1.7 KiB
Text
49 lines
1.7 KiB
Text
--- camel/providers/imap/Makefile.in.orig Fri Dec 15 10:01:48 2000
|
|
+++ camel/providers/imap/Makefile.in Fri Dec 15 17:22:52 2000
|
|
@@ -188,3 +188,3 @@
|
|
|
|
-libcamelimap_la_LDFLAGS = $(KRB4_LDFLAGS) -version-info 0:0:0
|
|
+libcamelimap_la_LDFLAGS = $(KRB4_LDFLAGS) -avoid-version
|
|
|
|
--- camel/providers/local/Makefile.in.orig Fri Dec 15 17:26:16 2000
|
|
+++ camel/providers/local/Makefile.in Fri Dec 15 18:11:47 2000
|
|
@@ -188,3 +188,3 @@
|
|
|
|
-libcamellocal_la_LDFLAGS = -version-info 0:0:0
|
|
+libcamellocal_la_LDFLAGS = -avoid-version
|
|
|
|
--- camel/providers/nntp/Makefile.in.orig Sat Aug 19 19:26:36 2000
|
|
+++ camel/providers/nntp/Makefile.in Wed Aug 23 11:40:11 2000
|
|
@@ -180,3 +180,3 @@
|
|
|
|
-libcamelnntp_la_LDFLAGS = -version-info 0:0:0
|
|
+libcamelnntp_la_LDFLAGS = -avoid-version
|
|
|
|
--- camel/providers/pop3/Makefile.in.orig Fri Jun 2 15:48:48 2000
|
|
+++ camel/providers/pop3/Makefile.in Wed Jun 28 18:54:35 2000
|
|
@@ -167,3 +167,3 @@
|
|
|
|
-libcamelpop3_la_LDFLAGS = $(KRB4_LDFLAGS) -version-info 0:0:0
|
|
+libcamelpop3_la_LDFLAGS = $(KRB4_LDFLAGS) -avoid-version
|
|
|
|
--- camel/providers/sendmail/Makefile.in.orig Fri Jun 2 15:48:49 2000
|
|
+++ camel/providers/sendmail/Makefile.in Wed Jun 28 18:54:52 2000
|
|
@@ -167,3 +167,3 @@
|
|
|
|
-libcamelsendmail_la_LDFLAGS = -version-info 0:0:0
|
|
+libcamelsendmail_la_LDFLAGS = -avoid-version
|
|
|
|
--- camel/providers/smtp/Makefile.in.orig Fri Jun 2 15:48:49 2000
|
|
+++ camel/providers/smtp/Makefile.in Wed Jun 28 18:55:06 2000
|
|
@@ -167,3 +167,3 @@
|
|
|
|
-libcamelsmtp_la_LDFLAGS = -version-info 0:0:0
|
|
+libcamelsmtp_la_LDFLAGS = -avoid-version
|
|
|
|
--- camel/providers/vee/Makefile.in.orig Fri Jun 2 15:48:50 2000
|
|
+++ camel/providers/vee/Makefile.in Wed Jun 28 18:55:19 2000
|
|
@@ -167,3 +167,3 @@
|
|
|
|
-libcamelvee_la_LDFLAGS = -version-info 0:0:0
|
|
+libcamelvee_la_LDFLAGS = -avoid-version
|
|
|